mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Ran prettier
This commit is contained in:
parent
5fc5d988e6
commit
48ab150a4e
133 changed files with 13852 additions and 12549 deletions
|
|
@ -7,14 +7,14 @@ export default {
|
|||
output: {
|
||||
file: 'build/daggerheart.js',
|
||||
format: 'cjs',
|
||||
sourcemap: true,
|
||||
sourcemap: true
|
||||
},
|
||||
plugins: [
|
||||
postcss({
|
||||
config: {
|
||||
path: './postcss.config.js'
|
||||
},
|
||||
use: {
|
||||
use: {
|
||||
less: { javascriptEnabled: true }
|
||||
},
|
||||
extensions: ['.less'],
|
||||
|
|
@ -22,8 +22,8 @@ export default {
|
|||
}),
|
||||
commonjs({
|
||||
include: /node_modules/,
|
||||
requireReturnsDefault: 'auto',
|
||||
requireReturnsDefault: 'auto'
|
||||
}),
|
||||
resolve()
|
||||
],
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue