Skip to content

Commit

Permalink
feat: fix VueLoaderPlugin import to support [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jogiter committed Apr 16, 2021
1 parent 72519de commit 7505e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/vue/src/server/framework-preset-vue.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable no-param-reassign */
import VueLoaderPlugin from 'vue-loader/lib/plugin';
import { VueLoaderPlugin } from 'vue-loader';
import type { Configuration } from 'webpack';

export function webpack(config: Configuration) {
Expand Down

0 comments on commit 7505e69

Please sign in to comment.