Replies: 1 comment
-
I'm having the same issue. I wish one of the assets wasn't being generated through versioning. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have an issue trying to have 2 webpack encore config (for internal JS and exposed JS). I have seen Webpack encore supports it https://symfony.com/doc/current/frontend/encore/advanced-config.html#defining-multiple-webpack-configurations
But in adonis, when I'm launching the dev server I got this issue
[ encore ] [webpack-cli] Error: Unique ports must be specified for each devServer option in your webpack configuration. Alternatively, run only 1 devServer config using the --config-name flag to specify your desired config.
My webpack.config.js is very basic
Any chance I just missed something? Or are multi config not supported in adonis?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions