文档和代码更新

This commit is contained in:
inrgihc
2021-08-31 23:09:44 +08:00
parent 85223a9af7
commit 057b655c7b
21 changed files with 26617 additions and 152 deletions

View File

@@ -39,6 +39,9 @@ module.exports = {
{
test: /\.js$/,
loader: 'babel-loader',
options:{
plugins:['syntax-dynamic-import']
},
include: [resolve('src'), resolve('test'), resolve('node_modules/webpack-dev-server/client')]
},
{