arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 224 forks source link

Fix [name].css duplication on build and system.css build-path #98

Closed alpadev closed 5 years ago

alpadev commented 6 years ago

Currently, the build-script will create two CSS files with one being located in the dist-root folder. Those duplicates are also included in the created HTML files which isn't ideal, especially for production.

Also looks like the path of the system.css has been changed by upgrading to webpack v4.

Not sure if that is the intended behavior. If so please ignore this PR.

Kind regards.