Universal Development Kit: Webpack extension which improves universal application development. - THE UDK PROJECT SUPPORT IS CURRENTLY SUSPENDED.
29
stars
7
forks
source link
udk-builder: don't emit files from css when fileLoaderEmitFile is is false #15
Closed
enten closed 5 years ago
With udk-builder, when
fileLoaderEmitFile
is false:background-image: url(./foo.png')
) are emitted ;Fix: override
postcssPluginCreator
from angular webpack model for styles in buildServerWebpackConfig to use server version of PostcssCliResources to avoid extracts file from css.