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

build prod issue for angular 13 #254

Open
caohothang opened this issue Apr 6, 2023 · 0 comments
Open

build prod issue for angular 13 #254

caohothang opened this issue Apr 6, 2023 · 0 comments
Labels
needs repro Indicates that this issue needs a reproduction before further steps can be taken support Indicates a request for help / clarification

Comments

@caohothang
Copy link

DevTools failed to load source map: Could not load content for https://xxxx/angular-notifier.mjs.map not found
why it using fesm2020 while i using es2020

/* To learn more about this file see: https://angular.io/config/tsconfig. /
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "es2020",
"module": "esnext",
"useDefineForClassFields": false,
"lib": [
"es2019",
"dom"
],
// "types": ["chrome"]
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/
.d.ts"
]
}

@dominique-mueller dominique-mueller added support Indicates a request for help / clarification needs repro Indicates that this issue needs a reproduction before further steps can be taken labels Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs repro Indicates that this issue needs a reproduction before further steps can be taken support Indicates a request for help / clarification
Projects
None yet
Development

No branches or pull requests

2 participants