Closed istrau2 closed 8 years ago
Docs are coming soon. Please be patient.
@niieani Ok, thanks. No problem, would rather see good docs than see them quickly. That said, would there be the possibility to include instructions on how to use this skeleton to generate an aurelia plugin (that can be published to npm and consumed by any of the other plugins), if that is even possible (or should we be using the gulp aurelia-plugin-skeleton project for that?)?
Initial docs regarding easy-webpack are published: https://github.com/easy-webpack/core
I am trying to switch over to the new skeleton. Here is my current webpackconfig:
Then in my main.js I have:
I am having a hard time adapting this to the new skeleton (or even knowing where to start). Specifically:
1) How do I add configuration options to wepack (i.e. I have a proxy option passed to my devServer and a bunch of custom resolves).
2) How do I add advanced loading support (e.g. I am using the imports-loader for pnotify)
3) How can I duplicate my sass-loading workflow, where I use the raw-loader for all the sass and then just load the one main file using the sass-loader (this is to avoid warnings on the compilation of each individual file which may not have references to each variable it uses, whereas these variables are all available in the final main.scss)?