We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83eb63b commit 02620c9Copy full SHA for 02620c9
build/config.js
@@ -76,7 +76,7 @@ const builds = {
76
entry: path.resolve(__dirname, '../src/entries/weex-compiler.js'),
77
dest: path.resolve(__dirname, '../packages/weex-template-compiler/build.js'),
78
format: 'cjs',
79
- external: ['entities', 'de-indent']
+ external: ['he', 'de-indent']
80
}
81
82
0 commit comments