mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 22:17:25 +00:00
Update config/webpack.production.config.js
Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ module.exports = {
|
|||||||
app: './src/index.jsx',
|
app: './src/index.jsx',
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
path: path.join(__dirname, '..', 'build' , 'build'),
|
path: path.join(__dirname, '..', 'build', 'build'),
|
||||||
filename: '[name].[contenthash].js',
|
filename: '[name].[contenthash].js',
|
||||||
chunkFilename: '[contenthash].js'
|
chunkFilename: '[contenthash].js'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user