Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Feature/update scripts #173

Open
wants to merge 7 commits into
base: feature/base-generator-v2
Choose a base branch
from

Conversation

brianjhanson
Copy link
Contributor

Makes some updates to the scripts side of things

The updated scripts setup moves the bundling from gulp and into Webpack. In order to bundle on the fly we add the webpack-dev-middleware to browsersync as well as webpack-hot-middleware in order to support HMR.

There is a minor bug with this setup in which it will disconnect (and won't reconnect) if you reference an undefined variable. I'm not totally sure what his happens, but it seems to be browsersync giving up on things.

Updates Webpack to 4.0 and moves the linting task out of gulp
and into webpack.
…generator-one-base into feature/update-scripts
Updates scripts config to use webpack-dev-middleware and webpack-hot-middleware reather than gulp for webpack bundling.
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