diff --git a/config/webpack.config.js b/config/webpack.config.js index b0b590e..6719d5a 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -17,6 +17,8 @@ module.exports = { template: "./src/index.html", inject: "body" }), + //this allow to dynamically load the unminified version of cesium + // you can set it to prod or comment this plugin to load Cesium minified version new webpack.DefinePlugin({ "process.env": { NODE_ENV: JSON.stringify("dev")