mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Bump dependencies.
This commit is contained in:
parent
ddbb911163
commit
1b18f7227e
1075
package-lock.json
generated
1075
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -42,9 +42,9 @@
|
||||
"rollup-plugin-babel": "^3.0.3",
|
||||
"rollup-plugin-cleanup": "^2.0.0",
|
||||
"rollup-plugin-node-resolve": "^3.0.2",
|
||||
"rollup-plugin-sass": "^0.5.3",
|
||||
"rollup-plugin-sass": "^0.6.1",
|
||||
"rollup-plugin-uglify": "^2.0.1",
|
||||
"serve": "^6.4.8 <6.5.4"
|
||||
"serve": "^6.5.6"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "airbnb-base",
|
||||
|
@ -23,6 +23,7 @@ const banner = fs.readFileSync(path.join(__dirname, 'licenseBanner.txt'));
|
||||
export default {
|
||||
input: 'src/dat/index.js',
|
||||
output: [{
|
||||
// TODO: Remove default exports, and this line, in v0.8.0.
|
||||
exports: 'named',
|
||||
file: './build/dat.gui.js',
|
||||
format: 'umd',
|
||||
|
1
rollup.config.min.js
vendored
1
rollup.config.min.js
vendored
@ -20,6 +20,7 @@ const banner = fs.readFileSync(path.join(__dirname, 'licenseBanner.txt'));
|
||||
|
||||
export default Object.assign({}, defaultConfig, {
|
||||
output: {
|
||||
// TODO: Remove default exports, and this line, in v0.8.0.
|
||||
exports: 'named',
|
||||
file: './build/dat.gui.min.js',
|
||||
format: 'umd',
|
||||
|
Loading…
Reference in New Issue
Block a user