vue-style-loader
vue-style-loader copied to clipboard
fix(babel): Only apply plugins during test
What kind of change does this PR introduce?
Bugfix
Did you add tests for your changes? No (not applicable)
If relevant, did you update the README? Not applicable
Summary Make babel apply the ES modules transform only during test, as the plugin is declared in devDependencies. Needed for compatibility with pnpm.
Does this PR introduce a breaking change?
No