Skip to content

Commit

Permalink
chore: add a test
Browse files Browse the repository at this point in the history
Signed-off-by: weiran.zsd <weiran.zsd@alibaba-inc.com>
  • Loading branch information
aladdin-add committed Oct 28, 2018
1 parent 2309491 commit 6672eee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/configCases/plugins/provide-plugin/fff.mjs
@@ -0,0 +1,2 @@
const mods = {};
export {mods};
3 changes: 2 additions & 1 deletion test/configCases/plugins/provide-plugin/webpack.config.js
Expand Up @@ -10,7 +10,8 @@ module.exports = {
es2015_name: ["./harmony", "default"],
es2015_alias: ["./harmony", "alias"],
es2015_year: ["./harmony", "year"],
"this.aaa": "./aaa"
"this.aaa": "./aaa",
esm: "./fff.mjs"
})
]
};

0 comments on commit 6672eee

Please sign in to comment.