Refactor/Project structure #67

Merged
KevinMidboe merged 56 commits from refactor/project-structure into master 2020-12-10 22:20:38 +00:00
Showing only changes of commit e12e5cafb0 - Show all commits

View File

@@ -14,6 +14,9 @@ const webpackConfig = function(isDev) {
vue$: isDev ? "vue/dist/vue.min.js" : "vue/dist/vue.min.js", vue$: isDev ? "vue/dist/vue.min.js" : "vue/dist/vue.min.js",
"@": helpers.root("src") "@": helpers.root("src")
} }
},
externals: {
moment: 'moment' // comes with chart.js
}, },
module: { module: {
rules: [ rules: [