We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f83868 commit c9f83bcCopy full SHA for c9f83bc
test/functional.js
@@ -1688,7 +1688,7 @@ module.exports = {
1688
const config = testSetup.createWebpackConfig(appDir, 'www/build', 'dev');
1689
config.enableSingleRuntimeChunk();
1690
config.setPublicPath('/build');
1691
- config.addEntry('main', `./vuejs-typescript${getVueVersion(config)}/main`);
+ config.addEntry('main', `./vuejs${getVueVersion(config)}-typescript/main`);
1692
config.enableVueLoader();
1693
config.enableSassLoader();
1694
config.enableLessLoader();
0 commit comments