use bootstrap-colorpicker css from yarn

This commit is contained in:
Thomas Grainger 2016-11-30 10:57:53 +00:00
parent 70bbed190b
commit 5caec5573b
No known key found for this signature in database
GPG key ID: 995EA0A029283160
8 changed files with 37 additions and 240 deletions

View file

@ -34,6 +34,7 @@ function css(target) {
return extractCSS.extract({
fallbackLoader: 'style-loader',
loader: `${cssOptions}${loader}`,
publicPath: '../',
});
}