Closed chenxsan closed 9 years ago
With the latest babel:
System.config({ "map": { "babel": "npm:babel-core@5.8.20", "babel-runtime": "npm:babel-runtime@5.8.20",
import '../style/app.css! with jspm-loader-css would throw errors in console:
import '../style/app.css!
I tried jspm-loader-css with
"babel": "npm:babel-core@5.7.4", "babel-runtime": "npm:babel-runtime@5.7.0",
Everything works as expected.
I thought it maybe the problem of babel, just tested babel@5.8.19, no errors then.
With the latest babel:
import '../style/app.css!
with jspm-loader-css would throw errors in console:I tried jspm-loader-css with
Everything works as expected.