I try example "https://bitbucket.org/serverecosystem/wrm-webpack-example/src/step-8.1/"
("http://go.atlassian.com/wrmplugin-example" atlascamp-2018-plugin).
If I call 'atlas-run' then a error occur: Cannot find module 'atlassian-webpanels-webpack-plugin'
How can I install 'atlassian-webpanels-webpack-plugin'?
{code}
[INFO] --- exec-maven-plugin:1.6.0:exec (process-static-resources) @ atlascamp-2018-plugin ---
yarn run v1.15.2
$ webpack --config src/main/frontend/build/webpack.config.js
C:\Java\JIRA\test\wrm-webpack-example\atlascamp-2018-plugin\node_modules\webpack-cli\bin\cli.js:231
throw err;
^
Error: Cannot find module 'atlassian-webpanels-webpack-plugin'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15)
{code}