-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update package, provide a repro for failign SSR import
- Loading branch information
1 parent
ec84f6d
commit 3589018
Showing
5 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,12 @@ [email protected] | |
# accounts-facebook | ||
|
||
vulcan:debug | ||
# To run the backoffice | ||
vulcan:backoffice | ||
vulcan:accounts | ||
# Ui | ||
vulcan:ui-bootstrap | ||
# vulcan:ui-material | ||
|
||
meteortesting:mocha | ||
apollo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,12 +63,14 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
@@ -81,14 +83,16 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
vulcan:[email protected] | ||
vulcan:[email protected] | ||
vulcan:[email protected] | ||
vulcan:[email protected] | ||
vulcan:[email protected] | ||
vulcan:[email protected] | ||
vulcan:[email protected] | ||
vulcan:[email protected] | ||
vulcan:[email protected] | ||
vulcan:ui-bootstrap@1.15.1 | ||
vulcan:ui-material@1.15.1 | ||
vulcan:[email protected] | ||
[email protected] | ||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Package.describe({ | |
}); | ||
|
||
Package.onUse(api => { | ||
api.use(['vulcan:core@=1.15.1', 'vulcan:i18n@=1.15.1']); | ||
api.use(['vulcan:core@=1.15.1', 'vulcan:i18n@=1.15.1', 'vulcan:[email protected]']); | ||
|
||
api.mainModule('lib/server/main.js', 'server'); | ||
api.mainModule('lib/client/main.js', 'client'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters