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

Switch fully to Webpack #34

Open
4 of 5 tasks
ttencate opened this issue Oct 22, 2018 · 0 comments
Open
4 of 5 tasks

Switch fully to Webpack #34

ttencate opened this issue Oct 22, 2018 · 0 comments

Comments

@ttencate
Copy link
Owner

ttencate commented Oct 22, 2018

The Grunt + Webpack approach doesn't allow for an efficient development workflow; we can only run the entire pipeline again if something changes. But I think we can drive everything from Webpack and get some extra goodies as a bonus (ES2015, SCSS).

  • Replace grunt-contrib-jshint by eslint-loader
  • Replace grunt-contrib-copy by file-loader
  • Replace grunt-contrib-cssmin by sass-loader
  • Replace grunt-contrib-imagemin by image-webpack-loader
  • Add support for ES2015 using Babel, compile it to ES5 or even ES4 [pointless, because AudioContext requires a fairly modern browser anyway, and pretty much implies ES5 support]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant