mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Restored build/ folder
This commit is contained in:
parent
1e9207669f
commit
82960ea4bd
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import resolve from '@rollup/plugin-node-resolve';
|
|||
export default {
|
||||
input: 'daggerheart.mjs',
|
||||
output: {
|
||||
file: 'daggerheart.js',
|
||||
file: 'build/daggerheart.js',
|
||||
format: 'cjs',
|
||||
sourcemap: true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
"name": "Po0lp"
|
||||
}
|
||||
],
|
||||
"scripts": ["daggerheart.js"],
|
||||
"esmodules": ["build/daggerheart.js"],
|
||||
"styles": ["styles/daggerheart.css"],
|
||||
"packs": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue