Commit 2df0ca17 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

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

parent 02c970a0
...@@ -22,7 +22,7 @@ module.exports = { ...@@ -22,7 +22,7 @@ module.exports = {
}, },
webpack: { webpack: {
plugins: [ plugins: [
new VanillaExtractPlugin(), new VanillaExtractPlugin({ identifiers: 'short' }),
new DefinePlugin({ new DefinePlugin({
'process.env.REACT_APP_GIT_COMMIT_HASH': JSON.stringify(commitHash.toString()), 'process.env.REACT_APP_GIT_COMMIT_HASH': JSON.stringify(commitHash.toString()),
}), }),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment