diff options
Diffstat (limited to 'node_modules/snekfetch/webpack.config.js')
| -rw-r--r-- | node_modules/snekfetch/webpack.config.js | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/node_modules/snekfetch/webpack.config.js b/node_modules/snekfetch/webpack.config.js deleted file mode 100644 index a72be5a..0000000 --- a/node_modules/snekfetch/webpack.config.js +++ /dev/null @@ -1,18 +0,0 @@ -const UglifyJSPlugin = require('uglifyjs-webpack-plugin'); - -module.exports = { - entry: require.resolve('.'), - output: { - filename: 'browser.js', - library: 'Snekfetch', - libraryTarget: 'umd', - }, - plugins: [ - new UglifyJSPlugin(), - ], - resolve: { - alias: { - querystring: require.resolve('./src/qs_mock'), - }, - }, -}; |