jhthorsen / mojolicious-plugin-webpack

Integrate your mojo app with webpack
13 stars 7 forks source link

Fix examples to run from checkout and with newer codes #6

Closed kiwiroy closed 3 years ago

kiwiroy commented 4 years ago

The examples lead to errors when running from a checkout.

Unknown command "webpack", maybe you need to install it?

Various webpack and rollup config/plugin related errors are also fixed, including #4.

kiwiroy commented 4 years ago

Looks like this PR includes two changes: One is to fix all the dependencies and one for @inc fixes..? Can you split and/or clarify the different changes?

I prepared this a little in haste and although it's a bit tidier now, there are still the two components you mention. With a little git trickery I can probably split them and check with PERL5OPT set appropriately. Let me know.