Suppress CommonJS warnings

This commit is contained in:
Ben Goldsworthy 2020-11-01 12:08:30 +00:00
parent 9925e66c63
commit 7321a9f02a

View file

@ -29,6 +29,10 @@
], ],
"scripts": [ "scripts": [
"node_modules/moment/min/moment.min.js" "node_modules/moment/min/moment.min.js"
],
"allowedCommonJsDependencies": [
"chart.js",
"ng2-validation-manager"
] ]
}, },
"configurations": { "configurations": {