You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[18:39:34] bundle dev failed: Module /Users/test/Documents/develop/unk/src/app/test.ts does not export Test (imported by /Users/test/Documents/develop/unk/src/app/app.component.ts)
[18:39:34] Error: Module /Users/test/Documents/develop/unk/src/app/test.ts does not export Test (imported by /Users/test/Documents/develop/unk/src/app/app.component.ts)
at Module.trace (/Users/test/Documents/develop/unk/node_modules/rollup/dist/rollup.js:7706:29)
at ModuleScope.findDeclaration (/Users/test/Documents/develop/unk/node_modules/rollup/dist/rollup.js:7329:22)
at Scope.findDeclaration (/Users/test/Documents/develop/unk/node_modules/rollup/dist/rollup.js:5349:39)
at Identifier.bind (/Users/test/Documents/develop/unk/node_modules/rollup/dist/rollup.js:6497:29)
at /Users/test/Documents/develop/unk/node_modules/rollup/dist/rollup.js:5149:50
at UnaryExpression.eachChild (/Users/test/Documents/develop/unk/node_modules/rollup/dist/rollup.js:5166:5)
at UnaryExpression.bind (/Users/test/Documents/develop/unk/node_modules/rollup/dist/rollup.js:5149:7)
at UnaryExpression.bind (/Users/test/Documents/develop/unk/node_modules/rollup/dist/rollup.js:6893:53)
at /Users/test/Documents/develop/unk/node_modules/rollup/dist/rollup.js:5149:50
at BinaryExpression.eachChild (/Users/test/Documents/develop/unk/node_modules/rollup/dist/rollup.js:5166:5)
Hello all! Thanks for opening an issue with us! I am going to go ahead and close this as a duplicate to the issue @Manduro linked to in the above comment as it does seem to be the same issue, or at least caused by the same root issue.
1.Make interface .ts file. (./src/app/test.ts)
2.Import interface on app.component.ts.
3.run
ionic serve
, it gives me an error:The problem same probably:
https://forum.ionicframework.com/t/interface-does-not-export-bundle-dev-failed/66225
The text was updated successfully, but these errors were encountered: