build: fix vanilla-extract for M1 (#6058)
This commit is contained in:
parent
02c970a077
commit
2df0ca178c
@ -22,7 +22,7 @@ module.exports = {
|
||||
},
|
||||
webpack: {
|
||||
plugins: [
|
||||
new VanillaExtractPlugin(),
|
||||
new VanillaExtractPlugin({ identifiers: 'short' }),
|
||||
new DefinePlugin({
|
||||
'process.env.REACT_APP_GIT_COMMIT_HASH': JSON.stringify(commitHash.toString()),
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user