build: fix vanilla-extract for M1 (#6058)

This commit is contained in:
Zach Pomerantz 2023-03-03 09:56:33 -08:00 committed by GitHub
parent 02c970a077
commit 2df0ca178c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()),
}),