1
0
mirror of https://github.com/teoxoy/factorio-blueprint-editor.git synced 2025-04-09 07:04:00 +02:00

change default /resources public path to /assets

This commit is contained in:
Teoxoy 2020-06-02 13:04:18 +08:00
parent 3ed6840ed4
commit c2ed10659a

View File

@ -32,6 +32,9 @@ class Context {
target: 'browser',
webIndex: { template: p('../src/index.html') },
devServer: runServer && this.getServerConfig(),
resources: {
resourcePublicRoot: '/assets',
},
plugins: [this.luaPlugin],
cache: { root: this.paths.cache },
hmr: { plugin: p('./hmr.ts') },