aurelia / webpack-plugin

A plugin for webpack that enables bundling Aurelia applications.
MIT License
90 stars 36 forks source link

refactor: migrate & upgrade to webpack v5 #170

Closed bigopon closed 3 years ago

bigopon commented 3 years ago

Refactoring

🧪 Test plan

Create different test applications using different configuration for individual plugins, and the Aurelia Plugin, and the test script will invoke webpack to build the applications.

Added test apps:

expaso commented 3 years ago

Jeeej! Finally it's going to happen! Thank you!

bigopon commented 3 years ago

@Expaso still far from the finishing line, but with the latest commit, now it can build a bundle that works

bigopon commented 3 years ago

With fdae3aa, it now can build correctly with normal usages. Test app configuration can be seen at

bigopon commented 3 years ago

Things are looking good, i've added & tested another example with a 3rd party plugin that pulls a 3rd party lib: aurelia-chart https://github.com/grofit/aurelia-chart Merging this.