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

webpack config - improvements #1629

Merged
merged 2 commits into from
Mar 30, 2016
Merged

webpack config - improvements #1629

merged 2 commits into from
Mar 30, 2016

Conversation

ptrckvzn
Copy link

  • removed .babelrc and move settings to webpack.config.js
  • moved config.json to assets/config.json
  • updated packages version
  • fixed an issue of images and fonts not loading in chrome when running browsersync (publicPath value)
  • went through sage 8 gulpfile.js to replicate its settings for image optimization, autoprefixer, etc. in webpack.config.js
  • moved entries to config.json to allow easier addition of scripts and styles
  • add bower_components to the list of module directories
  • disabled source maps when calling webpack with '--release' to reduce compile time
  • enable bootstrap 4 flex grid by default

@retlehs retlehs merged commit 42f7de2 into roots:sage-9 Mar 30, 2016
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

Successfully merging this pull request may close these issues.

2 participants