mirror of https://github.com/Squidex/squidex.git
5 changed files with 14 additions and 5 deletions
File diff suppressed because one or more lines are too long
@ -0,0 +1,11 @@ |
|||
export default (config, env, helpers, options) => { |
|||
config.output.filename = (pathData) => { |
|||
if (pathData.chunk.name === 'polyfills') { |
|||
return 'polyfill.js'; |
|||
} else { |
|||
return 'embed-sdk.js'; |
|||
} |
|||
}; |
|||
|
|||
config.plugins[4].options.filename = 'embed-sdk.css' |
|||
}; |
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue