feat: delete user with replace target
This commit is contained in:
		| @@ -183,10 +183,12 @@ module.exports = { | ||||
|       startYear: 2017, | ||||
|       endYear: (new Date().getFullYear()) + 5 | ||||
|     }), | ||||
|     new CopyWebpackPlugin([ | ||||
|       { from: 'client/static' }, | ||||
|       { from: './node_modules/prismjs/components', to: 'js/prism' } | ||||
|     ], {}), | ||||
|     new CopyWebpackPlugin({ | ||||
|       patterns: [ | ||||
|         { from: 'client/static' }, | ||||
|         { from: './node_modules/prismjs/components', to: 'js/prism' } | ||||
|       ] | ||||
|     }), | ||||
|     new HtmlWebpackPlugin({ | ||||
|       template: 'dev/templates/master.pug', | ||||
|       filename: '../server/views/master.pug', | ||||
|   | ||||
| @@ -190,10 +190,12 @@ module.exports = { | ||||
|       startYear: 2017, | ||||
|       endYear: (new Date().getFullYear()) + 5 | ||||
|     }), | ||||
|     new CopyWebpackPlugin([ | ||||
|       { from: 'client/static' }, | ||||
|       { from: './node_modules/prismjs/components', to: 'js/prism' } | ||||
|     ], {}), | ||||
|     new CopyWebpackPlugin({ | ||||
|       patterns: [ | ||||
|         { from: 'client/static' }, | ||||
|         { from: './node_modules/prismjs/components', to: 'js/prism' } | ||||
|       ] | ||||
|     }), | ||||
|     new MiniCssExtractPlugin({ | ||||
|       filename: 'css/bundle.[hash].css', | ||||
|       chunkFilename: 'css/[name].[chunkhash].css' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user