parent
ce346253f4
commit
74929343a0
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ export default {
|
|||
postcss({
|
||||
modules: true
|
||||
}),
|
||||
url(),
|
||||
url({ exclude: ['**/*.svg'] }),
|
||||
svgr(),
|
||||
babel({
|
||||
exclude: 'node_modules/**',
|
||||
|
|
|
@ -30,7 +30,7 @@ export default {
|
|||
postcss({
|
||||
modules: true
|
||||
}),
|
||||
url(),
|
||||
url({ exclude: ['**/*.svg'] }),
|
||||
svgr(),
|
||||
resolve(),
|
||||
typescript({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue