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

How to enable source map for saas? ("1.0.0-beta.22-1) #3666

Closed
sergamers opened this issue Dec 21, 2016 · 5 comments
Closed

How to enable source map for saas? ("1.0.0-beta.22-1) #3666

sergamers opened this issue Dec 21, 2016 · 5 comments

Comments

@sergamers
Copy link

sergamers commented Dec 21, 2016

{
"project": {
"version": "1.0.0-beta.22-1",
"name": "ups"
},
"apps": [
{
"root": "src",
"outDir": "dist",
"assets": [
"assets",
"favicon.ico"
],
"index": "index.html",
"main": "main.ts",
"test": "test.ts",
"tsconfig": "tsconfig.json",
"prefix": "app",
"mobile": false,
"styles": [
"styles.scss"
],
"scripts": [
"../node_modules/jquery/dist/jquery.js",
"../node_modules/materialize-css/dist/js/materialize.js"
],
"environments": {
"source": "environments/environment.ts",
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts"
}
}
],
"addons": [],
"packages": [],
"e2e": {
"protractor": {
"config": "./protractor.conf.js"
}
},
"test": {
"karma": {
"config": "./karma.conf.js"
}
},
"defaults": {
"styleExt": "scss",
"prefixInterfaces": false,
"inline": {
"style": false,
"template": false
},
"spec": {
"class": false,
"component": true,
"directive": true,
"module": false,
"pipe": true,
"service": true
}
}
}

@montella1507
Copy link

i think this may work after beta.23. Where the source map option should be fixed. Havent tried yet.

@filipesilva
Copy link
Contributor

Yeah I think I fixed it in the latest versions. Let me know if it's not working.

@MickL
Copy link

MickL commented Jan 3, 2017

Im using beta 24 and i dont see any source maps. The .map file seems to be empty:

{"version":3,"sources":[],"names":[],"mappings":"","file":"styles.bundle.css","sourceRoot":""}

@MickL
Copy link

MickL commented Jan 5, 2017

I hope #2020 will fix this.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants