|
@@ -69,15 +69,15 @@ module.exports = {
|
|
|
'~plugins': path.join(__dirname, 'plugins'),
|
|
|
'~store': path.join(__dirname, 'store')
|
|
|
})
|
|
|
- console.log( config.plugins)
|
|
|
- config.plugins.push(new HtmlWebpackPlugin({
|
|
|
- title: 'React Title !',
|
|
|
- template: './app.html',
|
|
|
- minify: {
|
|
|
- removeAttributeQuotes: true
|
|
|
- },
|
|
|
- inject: 'body'
|
|
|
- }))
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|