Skip to content

Commit

Permalink
Merge pull request #14624 from free-pr/fix/vue-vueloader
Browse files Browse the repository at this point in the history
Vue: Fix VueLoaderPlugin import to support vue-loader@16.x
  • Loading branch information
shilman committed Jan 4, 2022
2 parents 9ddadaf + 7505e69 commit 1adaa4b
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';

import { findDistEsm, Options, TypescriptConfig, StorybookConfig } from '@storybook/core-common';
Expand Down

0 comments on commit 1adaa4b

Please sign in to comment.