mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
Actually sorting out svgs
This commit is contained in:
parent
ab93794724
commit
ba5ccea851
@ -24,7 +24,7 @@ const STATIC = path.join(FRONTEND_ROOT, 'static');
|
|||||||
const ESLINT = path.join(__dirname, '.eslintrc');
|
const ESLINT = path.join(__dirname, '.eslintrc');
|
||||||
|
|
||||||
const rules = originalConfig.module.rules.reduce((loaders, loader, index) => {
|
const rules = originalConfig.module.rules.reduce((loaders, loader, index) => {
|
||||||
if(loader.test === /\.(js|jsx)$/) {
|
if(index === 3) {
|
||||||
loaders.push({
|
loaders.push({
|
||||||
test: loader.test,
|
test: loader.test,
|
||||||
include: [loader.include, UI],
|
include: [loader.include, UI],
|
||||||
|
Loading…
Reference in New Issue
Block a user