mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-23 16:27:06 +08:00
Hound formatting issues
This commit is contained in:
parent
fc961b570c
commit
e5defb95d4
3 changed files with 4 additions and 4 deletions
|
@ -74,5 +74,5 @@ module.exports = function(api) {
|
|||
}
|
||||
]
|
||||
].filter(Boolean)
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
const { environment } = require('@rails/webpacker')
|
||||
|
||||
environment.loaders.delete('nodeModules')
|
||||
environment.loaders.delete('nodeModules');
|
||||
|
||||
module.exports = environment
|
||||
|
|
|
@ -9,4 +9,4 @@ module.exports = {
|
|||
stage: 3
|
||||
})
|
||||
]
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue