mirror of
https://github.com/maputnik/editor.git
synced 2026-02-06 04:30:01 +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',
|
||||
},
|
||||
output: {
|
||||
path: path.join(__dirname, '..', 'build' , 'build'),
|
||||
path: path.join(__dirname, '..', 'build', 'build'),
|
||||
filename: '[name].[contenthash].js',
|
||||
chunkFilename: '[contenthash].js'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user