We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4236478 + 68e73da commit 4b4df68Copy full SHA for 4b4df68
index.js
@@ -130,7 +130,7 @@ class DeployPlugin extends DeployPluginBase {
130
}
131
132
let { default: pkg } = await import(pkgName);
133
-
+
134
return pkg.createGzip({ format: 'gzip' })
135
} else {
136
return require('zlib').createGzip({ format: 'gzip' });
@@ -187,7 +187,7 @@ class DeployPlugin extends DeployPluginBase {
187
188
189
module.exports = {
190
- name: 'ember-cli-deploy-compress',
+ name: 'ember-cli-deploy-smart-compress',
191
192
createDeployPlugin(options) {
193
return new DeployPlugin(options);
0 commit comments