ClickerMonkey / dayspan-vuetify

A collection of components that visualizes DaySpan Calendars and Schedules using Vuetify
MIT License
1.16k stars 254 forks source link

How to create single app.js/app.css files #202

Closed x7ian closed 4 years ago

x7ian commented 4 years ago

Hello, Im wondering how can I modify the webpack configuration in order to create a build that generates a single app.js and app.css Ive been trying to use the LimitChunkCountPlugin, adding a vue.config.js file like explained here: https://itnext.io/vuidget-how-to-create-an-embeddable-vue-js-widget-with-vue-custom-element-674bdcb96b97

however Im not sure if the vue.config.js file is taken into account when using npm. Does anybody know a webpack configuration for dayspan vuetify that makes a build in one single app.js file?

x7ian commented 4 years ago

Sorry Im new to webpack. Just figured out this has nothing to do with the dayspan vuetify.