mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
Moved build/daggerheart.js to ./daggerheart.js. Changed rollup to use the css file instead of the less
This commit is contained in:
parent
ba3157a2fc
commit
1e9207669f
3 changed files with 6 additions and 8 deletions
|
|
@ -5,7 +5,7 @@ import resolve from '@rollup/plugin-node-resolve';
|
|||
export default {
|
||||
input: 'daggerheart.mjs',
|
||||
output: {
|
||||
file: 'build/daggerheart.js',
|
||||
file: 'daggerheart.js',
|
||||
format: 'cjs',
|
||||
sourcemap: true
|
||||
},
|
||||
|
|
@ -14,10 +14,7 @@ export default {
|
|||
config: {
|
||||
path: './postcss.config.js'
|
||||
},
|
||||
use: {
|
||||
less: { javascriptEnabled: true }
|
||||
},
|
||||
extensions: ['.less'],
|
||||
extensions: ['.css'],
|
||||
extract: false
|
||||
}),
|
||||
commonjs({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue