Skip to content

Commit 63f1273

Browse files
committed
docs: 加了点注释
1 parent 4259247 commit 63f1273

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: amis.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ module.exports = {
3232
template: resolve('./editor/index.html'), // 使用自己的html模板
3333
cssLoaderUrl: true,
3434
cssLoaderUrlDir: 'editor/fontawesome-free',
35-
moduleRules: [] // 用于配置自定义loader
35+
moduleRules: [], // 用于配置自定义loaders
36+
plugins: [] // 用于配置自定义plugins
3637
},
3738
dev: {
3839
entry: { // 调试模式的入口1(使用构建后的amis-widget)

0 commit comments

Comments
 (0)