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 2555abb commit 7c586c3Copy full SHA for 7c586c3
src/e2e-app/devserver-configure.js
@@ -3,6 +3,7 @@
3
require.config({
4
paths: {
5
'moment': 'moment/min/moment.min',
6
+ 'kagekiri': 'kagekiri/dist/kagekiri.umd.min.js',
7
8
// MDC Web
9
'@material/animation': '@material/animation/dist/mdc.animation',
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
+ 'kagekiri': 'node:kagekiri/dist/kagekiri.umd.min.js',
35
36
'rxjs': 'node:rxjs/bundles/rxjs.umd.min.js',
37
'rxjs/operators': 'tools/system-rxjs-operators.js',
0 commit comments