Skip to content

Commit

Permalink
fix: manifest key word error
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcarl committed Jan 10, 2019
1 parent 6ca12b6 commit 29ac2de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ exports.manifest = {
assets: false,
writeToFileEmit: true
};
const manifestConfig = this.getConfigPlugin('mainifest') || {};
const manifestConfig = this.getConfigPlugin('manifest') || {};
const configManifestFileName = manifestConfig.fileName || (manifestConfig.args && manifestConfig.args.fileName);
const manifestName = configManifestFileName || (this.egg ? 'config/manifest.json' : 'manifest.json');
const manifestDir = this.egg ? this.baseDir : this.buildPath;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easywebpack",
"version": "4.11.3",
"version": "4.11.4",
"description": "基于 Webpack 的前端构建工程化解决方案",
"keywords": [
"webpack",
Expand Down

0 comments on commit 29ac2de

Please sign in to comment.