We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd08e93 commit 14559e6Copy full SHA for 14559e6
tools/system-config-tmpl.js
@@ -31,6 +31,7 @@ var nodeModulesPath = '$NODE_MODULES_BASE_PATH';
31
var pathMapping = {
32
'tslib': 'node:tslib/tslib.js',
33
'moment': 'node:moment/min/moment-with-locales.min.js',
34
+ 'moment/locale': 'node:moment/locale',
35
'kagekiri': 'node:kagekiri/dist/kagekiri.umd.min.js',
36
37
'rxjs': 'node:rxjs/bundles/rxjs.umd.min.js',
0 commit comments