mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 21:14:46 +00:00
15 lines
191 B
Text
15 lines
191 B
Text
{
|
|
"extends": "wagtail",
|
|
|
|
"env": {
|
|
"jest": true
|
|
},
|
|
|
|
"settings": {
|
|
"import/resolver": {
|
|
"webpack": {
|
|
"config": "client/webpack/prod.config.js"
|
|
}
|
|
}
|
|
}
|
|
}
|