Skip to content

Commit 7c586c3

Browse files
committed
WIP: trying to fix import paths for gulp
1 parent 2555abb commit 7c586c3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/e2e-app/devserver-configure.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
require.config({
44
paths: {
55
'moment': 'moment/min/moment.min',
6+
'kagekiri': 'kagekiri/dist/kagekiri.umd.min.js',
67

78
// MDC Web
89
'@material/animation': '@material/animation/dist/mdc.animation',

tools/system-config-tmpl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ var nodeModulesPath = '$NODE_MODULES_BASE_PATH';
3131
var pathMapping = {
3232
'tslib': 'node:tslib/tslib.js',
3333
'moment': 'node:moment/min/moment-with-locales.min.js',
34+
'kagekiri': 'node:kagekiri/dist/kagekiri.umd.min.js',
3435

3536
'rxjs': 'node:rxjs/bundles/rxjs.umd.min.js',
3637
'rxjs/operators': 'tools/system-rxjs-operators.js',

0 commit comments

Comments
 (0)