Merge pull request #4781 from dmitrylyzo/system-fonts-build

This commit is contained in:
Bill Thornton 2023-09-16 20:33:07 -04:00 committed by GitHub
commit ebbe655258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 23 deletions

View file

@ -47,6 +47,7 @@ const config = {
},
plugins: [
new DefinePlugin({
__USE_SYSTEM_FONTS__: JSON.stringify(!!process.env.USE_SYSTEM_FONTS),
__WEBPACK_SERVE__: JSON.stringify(!!process.env.WEBPACK_SERVE)
}),
new CleanWebpackPlugin(),