Restore smaller header on share page
This commit is contained in:
parent
1684e8c555
commit
122060e9a5
8 changed files with 42 additions and 11 deletions
|
@ -31,11 +31,6 @@ module.exports = {
|
|||
},
|
||||
devtool: '#source-map',
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
'process.env': {
|
||||
NODE_ENV: '"production"',
|
||||
},
|
||||
}),
|
||||
new webpack.optimize.OccurrenceOrderPlugin(),
|
||||
new CopyWebpackPlugin([{
|
||||
from: path.resolve(__dirname, './node_modules/bulma/css'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue