aboutsummaryrefslogtreecommitdiff
path: root/build/webpack.base.conf.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-01-27 04:20:13 +0200
committerHenry Jameson <me@hjkos.com>2020-01-27 04:20:13 +0200
commit7c074b87418602effac03c4bae34afffcfca283f (patch)
tree095603d8fbcb45964eef9388023e38a61190acdd /build/webpack.base.conf.js
parentd7e7f47b66de160b351e4e836de08ac188fc3079 (diff)
fix rgba css generation, add some tests to automatically verify that themes are
generated properly
Diffstat (limited to 'build/webpack.base.conf.js')
-rw-r--r--build/webpack.base.conf.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/webpack.base.conf.js b/build/webpack.base.conf.js
index 5cc0135e..dfef37a6 100644
--- a/build/webpack.base.conf.js
+++ b/build/webpack.base.conf.js
@@ -35,6 +35,7 @@ module.exports = {
],
alias: {
'vue$': 'vue/dist/vue.runtime.common',
+ 'static': path.resolve(__dirname, '../static'),
'src': path.resolve(__dirname, '../src'),
'assets': path.resolve(__dirname, '../src/assets'),
'components': path.resolve(__dirname, '../src/components')