v0.2.0
This commit is contained in:
36
app/craco.config.js
Normal file
36
app/craco.config.js
Normal file
@@ -0,0 +1,36 @@
|
||||
const cracoWasm = require("craco-wasm");
|
||||
|
||||
/*
|
||||
{
|
||||
"plugins": [
|
||||
[
|
||||
"formatjs",
|
||||
{
|
||||
"idInterpolationPattern": "[sha512:contenthash:base64:6]",
|
||||
"ast": true
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
cracoWasm(),
|
||||
],
|
||||
eslint: {
|
||||
enable: false
|
||||
},
|
||||
babel: {
|
||||
plugins: [
|
||||
[
|
||||
'formatjs',
|
||||
{
|
||||
removeDefaultMessage: false,
|
||||
idInterpolationPattern: '[sha512:contenthash:base64:6]',
|
||||
ast: true
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user