🚧 Changes to components and css
This commit is contained in:
parent
1d487077ff
commit
341d5fdb8b
7 changed files with 24 additions and 15 deletions
|
@ -34,7 +34,8 @@ const createConfig = (component, module) => {
|
|||
const config = [];
|
||||
for (let component of components) {
|
||||
config.push(createConfig(component, false));
|
||||
config.push(createConfig(component, true));
|
||||
// Webpack doesn't handle .mjs very well
|
||||
//config.push(createConfig(component, true));
|
||||
}
|
||||
|
||||
export default config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue