Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Major upgrade]: Remove webpack, use Parcel / Rollup instead #108

Open
pixelastic opened this issue Dec 15, 2020 · 0 comments
Open

[Major upgrade]: Remove webpack, use Parcel / Rollup instead #108

pixelastic opened this issue Dec 15, 2020 · 0 comments

Comments

@pixelastic
Copy link
Owner

I'll need to update Webpack to v4 to v5. I'm not so happy about webpack as the configuration, albeit powerful, is hard to grasp. I'd rather have something more lightweight in the core of norska.

Alternatives are Rollup and Parcel.

What I need them to do:

  • Why do I use a pug loader? Not sure, maybe not needed
  • I need a custom norskaTheme resolve path to find the theme path
  • I need loaders to be loaded from the norska install, not the root, so the ability to define the paths to check
  • Two bundles, one for dependencies, and one for main code

Also, Webpack does not play nice with Jest. Hopefully Parcel/Rollup will work.

@pixelastic pixelastic changed the title Use Parcel/Rollout in place of Webpack [Major upgrade]: Remove webpack, use Parcel / Rollup instead May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant