Skip to content

Commit 76ca4d4

Browse files
committed
babel config unexplainably caused an odd image import issue in vue-loader 16.7.0
This didn't feel like a real issue, but some super edge case thing. Our Vue test project is quite vanilla
1 parent a49337a commit 76ca4d4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/functional.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,15 +1537,6 @@ module.exports = {
15371537
config.enableSassLoader();
15381538
config.enableLessLoader();
15391539
config.enableTypeScriptLoader();
1540-
config.configureBabel(function(config) {
1541-
config.presets = [
1542-
['@babel/preset-env', {
1543-
'targets': {
1544-
'chrome': 52
1545-
}
1546-
}]
1547-
];
1548-
});
15491540

15501541
testSetup.runWebpack(config, (webpackAssert) => {
15511542
expect(config.outputPath).to.be.a.directory().with.deep.files([

0 commit comments

Comments
 (0)