convert plugins to ES modules, transpile es5 versions backwards compatibility
This commit is contained in:
@ -195,7 +195,7 @@
|
||||
},
|
||||
|
||||
dependencies: [
|
||||
{ src: '../../plugin/math/math.js', async: true }
|
||||
{ src: '../../dist/plugin/math.js', async: true }
|
||||
]
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user