systemjs / systemjs

Dynamic ES module loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

systemjs load css suport url(image/test.svg) without quotes in url

sunkeysun opened this issue · comments

commented

Demonstration

systemjs load css replace url content not support like "url(image/test.svg)" without quotes in url.

Code Sandbox:
system.js code:
image

background-image: url(images/test.svg) convert to background-image: url("undefined${cssDir}/images/test.svgundefined"), cause resource load error

Expected Behavior

systemjs load css support url without quote

Actual Behavior

load error