mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(build): hopefully fix the prod & aot build errors (#753)
* fix(dependencies): fix versions * fix(build): get initial.scss back, updat some dependencies, fix resolve-url-loader warning * fix(build): fix out, update travis build * fix(build): revert sass-loader * fix(build): pin sass-loader at 4.1.1 * fix(build): remove cache from travis
This commit is contained in:
parent
5523029e88
commit
7215b0b636
8 changed files with 111 additions and 127 deletions
|
|
@ -162,9 +162,9 @@ module.exports = function (options) {
|
|||
|
||||
{
|
||||
test: /initial\.scss$/,
|
||||
loader: ExtractTextPlugin.extract({
|
||||
fallbackLoader: 'style-loader',
|
||||
loader: 'css-loader!sass-loader?sourceMap'
|
||||
use: ExtractTextPlugin.extract({
|
||||
fallback: 'style-loader',
|
||||
use: 'css-loader!sass-loader?sourceMap'
|
||||
})
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue