@@ -23,24 +23,24 @@ |
||
23 | 23 | add_action('Flynt\afterRegisterFeatures', function () { |
24 | 24 | Component::enqueueAssets('DocumentDefault', [ |
25 | 25 | [ |
26 | - 'name' => 'console-polyfill', |
|
27 | - 'type' => 'script', |
|
28 | - 'path' => 'vendor/console.js' |
|
26 | + 'name' => 'console-polyfill', |
|
27 | + 'type' => 'script', |
|
28 | + 'path' => 'vendor/console.js' |
|
29 | 29 | ], |
30 | 30 | [ |
31 | - 'name' => 'babel-polyfill', |
|
32 | - 'type' => 'script', |
|
33 | - 'path' => 'vendor/babel-polyfill.js' |
|
31 | + 'name' => 'babel-polyfill', |
|
32 | + 'type' => 'script', |
|
33 | + 'path' => 'vendor/babel-polyfill.js' |
|
34 | 34 | ], |
35 | 35 | [ |
36 | - 'name' => 'document-register-element', |
|
37 | - 'type' => 'script', |
|
38 | - 'path' => 'vendor/document-register-element.js' |
|
36 | + 'name' => 'document-register-element', |
|
37 | + 'type' => 'script', |
|
38 | + 'path' => 'vendor/document-register-element.js' |
|
39 | 39 | ], |
40 | 40 | [ |
41 | - 'name' => 'normalize', |
|
42 | - 'path' => 'vendor/normalize.css', |
|
43 | - 'type' => 'style' |
|
41 | + 'name' => 'normalize', |
|
42 | + 'path' => 'vendor/normalize.css', |
|
43 | + 'type' => 'style' |
|
44 | 44 | ] |
45 | 45 | ]); |
46 | 46 |