mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40: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 rules = originalConfig.module.rules.reduce((loaders, loader, index) => {
|
||||
if(loader.test === /\.(js|jsx)$/) {
|
||||
if(index === 3) {
|
||||
loaders.push({
|
||||
test: loader.test,
|
||||
include: [loader.include, UI],
|
||||
|
Loading…
Reference in New Issue
Block a user