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

Upgrade to webpack 2 #411

Closed
wants to merge 33 commits into from
Closed

Conversation

robpataki
Copy link

I upgraded the repo to use the latest available version of Webpack (2.3.3).

Webpack 2 has introduced some breaking changes, which are pretty well documented. The blendid config seems pretty straightforward, so the update should be easy enough to pull in without much hassle.

The relevant updates are:

After the upgrade I tested the project withgulp and gulp production, which both seem to work fine.

There is a warning thrown by loaderUtils.parseQuery() receiving a non-string value, which seems to be Webpack's way of asking module loader devs to do something about it, but it is unclear what's really going on (webpack/loader-utils#56).

rtack and others added 30 commits June 11, 2016 13:18
typo: devlopment --> development
typo: webpackMutiConfig --> webpackMultiConfig
Fixes vigetlabs#251
Only reload once at the end of the stream to keep browser from reloading too early
typo: minfified --> minified
Fix Browsersync html task reload issue
Resolves issue with Node ^6.5 and the javascript bundle
…onfig

Fixed the config string for autoprefixer to use "last 3 versions" (plural).
localy > locally
If you’re mounting public as a volume, you can’t rm it from inside the
Docker container.
@robpataki
Copy link
Author

robpataki commented Apr 11, 2017

I accidentally used the master branch as a base for the code changes :/ I'll apply the updates to the blendid branch and do a new PR. Closing this PR.

@robpataki robpataki closed this Apr 11, 2017
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.

7 participants