Skip to content

Commit f3fd016

Browse files
committed
Fix manifest tree library exclude for umd manifest, which was excluding any artifact with "core", instead of ".core"
1 parent 9b6f7bf commit f3fd016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.core/reactium-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const defaultManifestConfig = {
154154
],
155155
searchParams: {
156156
extensions: /\.(js|json)$/,
157-
exclude: [/.ds_store/i, /.core/i, /.cli\//i, /src\/assets/],
157+
exclude: [/\.ds_store/i, /\.core/i, /\.cli\//i, /src\/assets/],
158158
},
159159
},
160160
};

0 commit comments

Comments
 (0)