This repository was archived by the owner on Nov 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
use vue-cli 3.0 way when it's ready #2
Labels
Comments
Well we can add btw |
Interesting. Is there any benefit using webpack-chain? I find it hard using webpack-chain because many webpack config example use curly-bracket format. |
This introduction explains it pretty well https://github.com/mozilla-neutrino/webpack-chain#introduction |
DrSensor
added a commit
that referenced
this issue
Jan 23, 2018
DrSensor
added a commit
that referenced
this issue
Jan 24, 2018
DrSensor
added a commit
that referenced
this issue
Jan 24, 2018
Switch to #15 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue for anticipating
vue-cli 3.0
.Currently, this template using
poi
becausevue build
was removed.Poi
is great for scaffolding project and hide the configuration project in prebuiltpoi-presets
. However, it's also not really copas friendly because it useswebpack-chain
format for extending webpack configuration while manywebpack-loader
andstorybook-addon
in their README use curly brackets format and that make some user confused how to add that addon/loader. To make it copy-paste friendly, need to introduceconfig.merge(curlyBracketConfig)
in the.storybook/poi.config.js
.Take for example
storybook-readme
, if this template use webpack config of storybook then the user will know where to putstorybookBaseConfig
to apply that addon.The text was updated successfully, but these errors were encountered: