equal
deleted
inserted
replaced
75 name: 'vendor' |
75 name: 'vendor' |
76 }), |
76 }), |
77 new ExtractTextPlugin("iconolab/css/[name].css"), |
77 new ExtractTextPlugin("iconolab/css/[name].css"), |
78 new webpack.ProvidePlugin({ |
78 new webpack.ProvidePlugin({ |
79 $: "jquery", |
79 $: "jquery", |
80 jQuery: "jquery" |
80 jQuery: "jquery", |
|
81 _: "lodash" |
81 }) |
82 }) |
82 ], |
83 ], |
83 devServer: { |
84 devServer: { |
84 port: 8001, |
85 port: 8001, |
85 contentBase: __dirname + '/../../src/iconolab', |
86 contentBase: __dirname + '/../../src/iconolab', |