mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Merge pull request #135 from postor/master
use import and module.export together!
This commit is contained in:
commit
006bec026e
2
index.js
2
index.js
@ -13,4 +13,4 @@
|
||||
|
||||
import dat from './src/dat/index';
|
||||
|
||||
module.exports = dat;
|
||||
export default dat;
|
||||
|
@ -1272,4 +1272,4 @@ function updateDisplays(controllerArray) {
|
||||
});
|
||||
}
|
||||
|
||||
module.exports = GUI;
|
||||
export default GUI;
|
||||
|
Loading…
Reference in New Issue
Block a user