wallabyway / forge-markup-measure-extensions

public 'mirror' version of forge viewer markup and measure extensions
MIT License
10 stars 4 forks source link

Problem with config webpack.js #1

Open andreperegrina opened 4 years ago

andreperegrina commented 4 years ago

Hey guys, I was trying to compile the library and I got cross with some issues.

Here are the steps I did to make it work:

First, you need to rename the file webpack.js to webpack.config.js or something else, because is trying to execute that file.

The second step is to change the build command to webpack --config=webpack.config.js --env.BUILD_TASK=lmv-extensions --env.BUILD_PROD=true

I hope this help.