chore: cleanup

This commit is contained in:
Nathan Walker
2021-08-10 13:34:31 -07:00
parent dce7408c05
commit 7f37617b18
6 changed files with 8 additions and 6 deletions

View File

@ -12,7 +12,10 @@ module.exports = (env) => {
]))
baseConfig.plugins.push(new webpack.DefinePlugin({
__CI__: !!process.env.CI
__CI__: !!process.env.CI,
__UI_USE_XML_PARSER__: true,
__UI_USE_EXTERNAL_RENDERER__: false,
__CSS_PARSER__: JSON.stringify('css-tree')
}))
return baseConfig;