Preview and stl mvp working

This commit is contained in:
Kurt Hutten
2021-11-21 17:49:22 +11:00
parent 8bdfec02d9
commit b1ff7796b9
8 changed files with 57 additions and 110 deletions

View File

@@ -6,7 +6,7 @@ module.exports = (config, { env }) => {
}
})
config.module.rules.push({
test: /\.(md|jscad\.js|py|scad)$/i,
test: /\.(md|jscad\.js|py|scad|curv)$/i,
use: 'raw-loader',
});
return config