diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-27 12:42:48 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-27 12:42:48 -0400 |
| commit | 210e8feae2fb4842bfb2de38666e6c41671fef3c (patch) | |
| tree | cbdafa34b1a6260bb20236d7e9de9eb1b690a1c5 /www/lib/ionic-native-transitions/webpack.config.js | |
| parent | e7e7baeaad90229ccb3e0f45f4ebd77be7d79b14 (diff) | |
removed lib
Diffstat (limited to 'www/lib/ionic-native-transitions/webpack.config.js')
| -rw-r--r-- | www/lib/ionic-native-transitions/webpack.config.js | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/www/lib/ionic-native-transitions/webpack.config.js b/www/lib/ionic-native-transitions/webpack.config.js deleted file mode 100644 index 1fe3116e..00000000 --- a/www/lib/ionic-native-transitions/webpack.config.js +++ /dev/null @@ -1,38 +0,0 @@ -var path = require('path'), - testPath = path.join(__dirname, 'test'), - wwwPath = path.join(__dirname, 'www'), - docsPath = path.join(__dirname, 'docs'), - pkg = require('./package.json'), - HtmlWebpackPlugin = require('html-webpack-plugin'); - -module.exports = { - entry: path.join(testPath, 'index.js'), - output: { - path: wwwPath, - filename: 'test.js' - }, - module: { - loaders: [{ - test: /[\/]angular\.js$/, - loader: 'expose?angular!exports?window.angular' - }, { - test: /\.json$/, - loader: "json" - }, { - test: /\.css$/, - loader: "style!css" - }, { - test: [/ionicons\.svg/, /ionicons\.eot/, /ionicons\.ttf/, /ionicons\.woff/], - loader: 'file?name=fonts/[name].[ext]' - }, { - test: /\.js$/, - exclude: /(node_modules|bower_components)/, - loader: "ng-annotate?add=true!babel" - }] - }, - plugins: [new HtmlWebpackPlugin({ - filename: 'index.html', - pkg: pkg, - template: path.join(testPath, 'index.html') - })] -}; |
