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