Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use DllPlugin and DllReferencePlugin Wrong when vue/cli3.0 #9332

Closed
Sayid1 opened this issue Jan 17, 2019 · 1 comment
Closed

Use DllPlugin and DllReferencePlugin Wrong when vue/cli3.0 #9332

Sayid1 opened this issue Jan 17, 2019 · 1 comment

Comments

@Sayid1
Copy link

Sayid1 commented Jan 17, 2019

Version

2.5.22

Reproduction link

https://github.com/Sayid1/dll-test

Steps to reproduce

getting started with vue/cli 3.0

installation dependencies

yarn

generate dll manifest

yarn dll

start up

yarn serve

What is expected?

Open the page normally

What is actually happening?

Uncaught SyntaxError: Unexpected token <

Uncaught ReferenceError: vender_87f3be8acd6aadd91537 is not defined
    at eval (eval at dll-reference vender_87f3be8acd6aadd91537 (app.js:2106), <anonymous>:1:18)
    at Object.dll-reference vender_87f3be8acd6aadd91537 (app.js:2106)
    at __webpack_require__ (app.js:724)
    at fn (app.js:101)
    at eval (global.js from dll-reference vender_87f3be8acd6aadd91537?478a:1)
    at Object../node_modules/webpack/buildin/global.js (app.js:1896)
    at __webpack_require__ (app.js:724)
    at fn (app.js:101)
    at eval (punycode.js:521)
    at Object../node_modules/node-libs-browser/node_modules/punycode/punycode.js (app.js:1685)
@posva
Copy link
Member

posva commented Jan 17, 2019

Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the forum, the Discord server, gitter or StackOverflow.

Also if you find something not working in the cli, please open the issue in its repo

@posva posva closed this as completed Jan 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants