diff options
| author | Henry Jameson <me@hjkos.com> | 2020-01-27 04:20:13 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-01-27 04:20:13 +0200 |
| commit | 7c074b87418602effac03c4bae34afffcfca283f (patch) | |
| tree | 095603d8fbcb45964eef9388023e38a61190acdd /build/webpack.base.conf.js | |
| parent | d7e7f47b66de160b351e4e836de08ac188fc3079 (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.js | 1 |
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') |
