mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove babel-compiler dependency in minifier-js
This commit is contained in:
@@ -9,7 +9,6 @@ Npm.depends({
|
||||
|
||||
Package.onUse(function (api) {
|
||||
api.use('ecmascript');
|
||||
api.use('babel-compiler');
|
||||
api.mainModule('minifier.js', 'server');
|
||||
api.export('meteorJsMinify');
|
||||
});
|
||||
@@ -19,4 +18,4 @@ Package.onTest(function (api) {
|
||||
api.use('tinytest');
|
||||
api.use('minifier-js');
|
||||
api.mainModule('minifier-tests.js', 'server');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user