Skip to content

Commit 450327f

Browse files
committed
remove unnecessary codes of webpack config
1 parent e87ec04 commit 450327f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

webpack-production.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ const webpack = require('webpack')
33
const path = require('path')
44
const NodeTargetPlugin = require('webpack/lib/node/NodeTargetPlugin')
55

6-
var JsonpTemplatePlugin = webpack.JsonpTemplatePlugin
7-
var FunctionModulePlugin = require('webpack/lib/FunctionModulePlugin')
86
var config = Object.assign({}, skeleton, {
97
module: {
108
loaders: [

0 commit comments

Comments
 (0)