Skip to content
This repository has been archived by the owner on Jul 21, 2018. It is now read-only.

A repo to repro Rollup + Vue + TypeScript with declaration bundling issue.

Notifications You must be signed in to change notification settings

gluons/rollup-plugin-typescript2-issue-97

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rollup + Vue + TypeScript with declaration issue

A repo to repro Rollup + Vue + TypeScript with declaration bundling issue.

Step to reproduce

git clone https://github.com/gluons/rollup-plugin-typescript2-issue-97.git
cd rollup-plugin-typescript2-issue-97
yarn # Install dependencies
yarn build # Rollup this Vue library

Try to toggle declaration compiler option in tsconfig.json.


It will raise this error when set declaration to true.

Error: ENOENT: no such file or directory, open '<path to this repo directory>/dist/components/Hello.vue?rollup-plugin-vue=script.d.ts'

No error occur when turn it off.

Issue

Tracking on rollup-plugin-typescript2#97

About

A repo to repro Rollup + Vue + TypeScript with declaration bundling issue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published