Skip to content

Commit 12d6aa7

Browse files
committed
Use recordsPath in webpack, to make module entry points stable.
1 parent 4b924ac commit 12d6aa7

File tree

2 files changed

+575
-0
lines changed

2 files changed

+575
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = function (grunt) {
99

1010
webpack: {
1111
packsAndCore: {
12+
recordsPath: 'webpack.records.json',
1213
entry: {
1314
goo: ['./index'],
1415
animationpack: ['./src/goo/animationpack'],

0 commit comments

Comments
 (0)