mirror of
https://github.com/maputnik/editor.git
synced 2026-07-15 02:17:27 +00:00
Fix build
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
const webpackProdConfig = require('./webpack.production.config');
|
||||
var path = require('path');
|
||||
|
||||
module.exports = {
|
||||
...webpackProdConfig,
|
||||
output: {
|
||||
...webpackProdConfig.output,
|
||||
path: "./build/profiling/",
|
||||
path: path.join(__dirname, '..', 'build' , 'profiling'),
|
||||
},
|
||||
resolve: {
|
||||
...webpackProdConfig.resolve,
|
||||
|
||||
Reference in New Issue
Block a user