plugin.xml 532 B

12345678910
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <plugin id="cordova-plugin-webpack" version="0.4.7" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
  3. <name>Webpack</name>
  4. <description>Cordova Webpack Plugin</description>
  5. <author>Kotaro Sugawara</author>
  6. <keywords>cordova,webpack</keywords>
  7. <license>Apache 2.0</license>
  8. <hook src="scripts/webpackCompile.js" type="before_prepare"/>
  9. <hook src="scripts/webpackServe.js" type="after_prepare"/>
  10. </plugin>