feat(components): Publish .mjs files again
This commit is contained in:
parent
d6515046eb
commit
a7a6a24645
1 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,6 @@ let only = ['Workbench']
|
|||
for (let component of components) {
|
||||
if (!dev || only.indexOf(component) !== -1) config.push(createConfig(component, false))
|
||||
// Webpack doesn't handle .mjs very well
|
||||
//config.push(createConfig(component, true));
|
||||
config.push(createConfig(component, true));
|
||||
}
|
||||
export default config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue