chore: init theme (#14508)

* chore: init theme

* chore: update faas config
This commit is contained in:
iamkun
2019-02-28 16:00:59 +08:00
committed by Zhi Cun
parent 2604c6192f
commit febdd3bbb4
63 changed files with 5552 additions and 805 deletions

View File

@@ -172,6 +172,9 @@ const webpackConfig = {
]),
new ProgressBarPlugin(),
new VueLoaderPlugin(),
new webpack.DefinePlugin({
'process.env.FAAS_ENV': JSON.stringify(process.env.FAAS_ENV)
}),
new webpack.LoaderOptionsPlugin({
vue: {
compilerOptions: {