Skip to content

Commit

Permalink
chore: simplify plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 17, 2021
1 parent feb56e6 commit 78d92b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default <Module<Config>> function module (moduleOptions) {

this.addPlugin({
src: require.resolve('./runtime/plugin'),
fileName: 'storage/plugin.js',
fileName: 'storage.js',
options
})

Expand Down

0 comments on commit 78d92b3

Please sign in to comment.