Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

refactor(build): upgrade to webpack 2 #1243

Merged
merged 1 commit into from
May 17, 2017
Merged

refactor(build): upgrade to webpack 2 #1243

merged 1 commit into from
May 17, 2017

Conversation

dvdzkwsk
Copy link
Owner

@dvdzkwsk dvdzkwsk commented May 16, 2017

Tasks

  • Upgrade webpack
  • Upgrade webpack-dev-middleware
  • Upgrade webpack-hot-middleware
  • Replace file-loader with url-loader
  • Simplify project configuration
  • Fix caching by bundling webpack manifest separately
  • Add dirty-chai to test suite
  • Upgrade to bootstrap 4 (alpha)
  • Use local bootstrap sass dependency, not web-based version
  • Replace babel-preset-es2015 with babel-preset-env
  • Add normalize js file for polyfills (fetch and Promise). Separate bundle.
  • Pull changes from Upgrade to webpack 2 #1091
  • Pull changes from upgrade webpack from 1 to 2 #1189
  • Rewrite README
  • Update PostCSS configuration (dropped, replaced w/ css-loader config only)

This was referenced May 16, 2017
@dvdzkwsk dvdzkwsk force-pushed the feature/webpack-2 branch 7 times, most recently from 9f734b3 to 664cd73 Compare May 16, 2017 21:55
// HTML Template
// ------------------------------------
config.plugins.push(new HtmlWebpackPlugin({
title: 'Genesis Application',
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cruft

@dvdzkwsk dvdzkwsk force-pushed the feature/webpack-2 branch 7 times, most recently from 2dd2f7e to 6b3b570 Compare May 17, 2017 20:55
@dvdzkwsk
Copy link
Owner Author

Merging this as is since it maintains nearly an identical feature set to what existed before but on a shiny new webpack 2 foundation. Some scripts have been rearranged. Would rather breathe some life back into the project than let this sit as well, we can iterate as needed.

@dvdzkwsk dvdzkwsk merged commit c58c0c3 into master May 17, 2017
@dvdzkwsk dvdzkwsk deleted the feature/webpack-2 branch May 17, 2017 21:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant