summaryrefslogtreecommitdiff
path: root/support/build/aggregate-bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'support/build/aggregate-bundle.js')
-rw-r--r--support/build/aggregate-bundle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/build/aggregate-bundle.js b/support/build/aggregate-bundle.js
index 6312d44..482bfcd 100644
--- a/support/build/aggregate-bundle.js
+++ b/support/build/aggregate-bundle.js
@@ -3,7 +3,7 @@ import aggregateBuild from './aggregate-build';
aggregateBuild({
es6: true,
outpath:'build/build-modules-es6',
- outfile: 'build/async.js',
+ outfile: 'build/dist/async.js',
format: 'umd',
lodashRename: true
});