Skip to content

Commit

Permalink
fix: drop vue-style-loader because it does not support latest css-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
gera2ld committed Dec 10, 2020
1 parent 6522e84 commit f82ca02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/plaid-webpack-vue/util/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const { defaultOptions } = require('@gera2ld/plaid/util');

defaultOptions.styleOptions.fallback = require.resolve('vue-style-loader');
defaultOptions.vueOptions = {
compilerOptions: {
whitespace: 'condense',
Expand Down

0 comments on commit f82ca02

Please sign in to comment.