vuejs-templates / webpack-simple

A simple Webpack + vue-loader setup for quick prototyping.
2.27k stars 894 forks source link

Update to Webpack 4 #181

Open kaihendry opened 6 years ago

kaihendry commented 6 years ago

https://github.com/vuejs-templates/webpack-simple/blob/master/template/package.json

robcresswell commented 6 years ago

See https://github.com/vuejs-templates/webpack-simple/pull/182

borodadada commented 6 years ago

need official update! with options - without ssas

JoseGoncalves commented 6 years ago

I've added Webpack v4 support to this template, please check my GithHub repo.

If you want to test it, execute, with vue-cli 2.x:

vue init JoseGoncalves/webpack-simple my-project

Feedback is appreciated. BTW, I never tested the sass stuff.

bi-kai commented 6 years ago

hope upgrade webpack to 4.x officially.