mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix diagram webpack common file
This commit is contained in:
committed by
Eugenio Romano
parent
dd48b53b7d
commit
b32a023581
@@ -60,7 +60,7 @@ module.exports = {
|
|||||||
test: /\.css$/,
|
test: /\.css$/,
|
||||||
loader: ['to-string-loader', 'css-loader'],
|
loader: ['to-string-loader', 'css-loader'],
|
||||||
exclude: [/node_modules/, /bundles/, /dist/, /demo/]
|
exclude: [/node_modules/, /bundles/, /dist/, /demo/]
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
test: /\.scss$/,
|
test: /\.scss$/,
|
||||||
use: [{
|
use: [{
|
||||||
|
Reference in New Issue
Block a user