File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- require ( '../matestack-ui-core/index' )
2
- module . exports = MatestackUiCore
1
+ // // Add polyfills for the asset pipeline
2
+ // // https://github.com/matestack/matestack-ui-core/issues/238#issuecomment-583905838
3
+ //
4
+ // import 'core-js/stable'
5
+ // import 'regenerator-runtime/runtime'
6
+
7
+ import '../matestack-ui-core/index'
8
+ export default MatestackUiCore
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ default: &default
11
11
12
12
# Additional paths webpack should lookup modules
13
13
# ['app/assets', 'engine/foo/app/assets']
14
- resolved_paths : []
14
+ resolved_paths : ['./node_modules' ]
15
15
16
16
# Reload manifest.json on all requests so we reload latest compiled packs
17
17
cache_manifest : false
You can’t perform that action at this time.
0 commit comments