fix name in build
This commit is contained in:
parent
ba31e6a628
commit
c0190aaeeb
1 changed files with 2 additions and 2 deletions
|
|
@ -93,8 +93,8 @@ var createBundle = function(opts) {
|
|||
b.require('./config', {
|
||||
expose: '../config'
|
||||
});
|
||||
b.require('./js/models/core/Structure', {
|
||||
expose: '../js/models/core/Structure'
|
||||
b.require('./js/models/core/HDPath', {
|
||||
expose: '../js/models/core/HDPath'
|
||||
});
|
||||
|
||||
if (opts.dontminify) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue