esoftplay 0.0.115-n → 0.0.115-o
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/router.js +3 -3
- package/package.json +1 -1
package/bin/router.js
CHANGED
|
@@ -601,11 +601,11 @@ function createRouter() {
|
|
|
601
601
|
if (module == 'lib' && task == 'component') {
|
|
602
602
|
staticImport.splice(0, 0, item)
|
|
603
603
|
} else if (module == 'lib' && task == 'style') {
|
|
604
|
-
staticImport.splice(
|
|
604
|
+
staticImport.splice(4, 0, item)
|
|
605
605
|
} else if (module == 'lib' && task == 'worker') {
|
|
606
|
-
staticImport.splice(
|
|
606
|
+
staticImport.splice(4, 0, item)
|
|
607
607
|
} else if (module == 'lib' && task == 'navigation') {
|
|
608
|
-
staticImport.splice(
|
|
608
|
+
staticImport.splice(4, 0, item)
|
|
609
609
|
} else if (task == 'style') {
|
|
610
610
|
staticImport.splice(9, 0, item)
|
|
611
611
|
} else if (task == 'scrollpicker') {
|