We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87ec04 commit 450327fCopy full SHA for 450327f
1 file changed
webpack-production.config.js
@@ -3,8 +3,6 @@ const webpack = require('webpack')
3
const path = require('path')
4
const NodeTargetPlugin = require('webpack/lib/node/NodeTargetPlugin')
5
6
-var JsonpTemplatePlugin = webpack.JsonpTemplatePlugin
7
-var FunctionModulePlugin = require('webpack/lib/FunctionModulePlugin')
8
var config = Object.assign({}, skeleton, {
9
module: {
10
loaders: [
0 commit comments