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 ff6c4f0 commit f87458eCopy full SHA for f87458e
build/index.js
@@ -17,7 +17,7 @@ const path = require('path');
17
18
const componentData = require('./until');
19
const result = `{common/*,core/*,behaviors,utils,${componentData()}}`;
20
-const isCustom = (result !== '{common/*,behaviors,utils,}');
+const isCustom = (result !== '{common/*,core/*,behaviors,utils,}');
21
22
const distPath = path.resolve(__dirname, '../dist');
23
const examplePath = path.resolve(__dirname, '../examples/dist');
0 commit comments