mirror of
https://github.com/maputnik/editor.git
synced 2026-06-30 11:07:26 +00:00
Updated babel/webpack
This commit is contained in:
@@ -10,6 +10,7 @@ const PORT = process.env.PORT || "8888";
|
||||
|
||||
module.exports = {
|
||||
target: 'web',
|
||||
mode: 'development',
|
||||
entry: [
|
||||
`webpack-dev-server/client?http://${HOST}:${PORT}`,
|
||||
`webpack/hot/only-dev-server`,
|
||||
@@ -27,7 +28,7 @@ module.exports = {
|
||||
noParse: [
|
||||
/mapbox-gl\/dist\/mapbox-gl.js/
|
||||
],
|
||||
loaders: loaders
|
||||
rules: loaders
|
||||
},
|
||||
node: {
|
||||
fs: "empty",
|
||||
|
||||
Reference in New Issue
Block a user