mirror of
https://github.com/status-im/codimd.git
synced 2025-01-12 21:14:14 +00:00
Sync webpack config changes to production
This commit is contained in:
parent
ef5524be91
commit
9443a6f996
@ -7,11 +7,15 @@ var HtmlWebpackPlugin = require('html-webpack-plugin');
|
||||
module.exports = Object.assign({}, baseConfig, {
|
||||
plugins: [
|
||||
new webpack.ProvidePlugin({
|
||||
'_': 'lodash',
|
||||
Visibility: "visibilityjs",
|
||||
Cookies: "js-cookie",
|
||||
emojify: "emojify.js",
|
||||
key: "keymaster"
|
||||
key: "keymaster",
|
||||
$: "jquery",
|
||||
jQuery: "jquery",
|
||||
"window.jQuery": "jquery",
|
||||
"moment": "moment",
|
||||
"Handlebars": "handlebars"
|
||||
}),
|
||||
new ExtractTextPlugin("[name].css"),
|
||||
new webpack.optimize.CommonsChunkPlugin({
|
||||
|
Loading…
x
Reference in New Issue
Block a user