Update dependencies, build configs

This commit is contained in:
2022-04-27 16:27:38 +02:00
parent 64bd2477c7
commit 77dbde8bb4
5 changed files with 37148 additions and 13343 deletions
+6 -6
View File
@@ -17,12 +17,12 @@ module.exports = function(defaults) {
webpack: {
module: {
rules: [
{
// inline json files instead of using fs.readFileSync
enforce: 'post',
test: /kosmos-schemas\/index\.js$/,
loader: 'transform-loader?brfs'
}
// {
// // inline json files instead of using fs.readFileSync
// enforce: 'post',
// test: /kosmos-schemas\/index\.js$/,
// loader: 'transform-loader?brfs'
// }
]
},
node: {