You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/config/validator.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ class Validator {
47
47
* choose your manifestKeyPrefix.
48
48
*/
49
49
50
-
thrownewError('Cannot determine how to prefix the keys in manifest.json. Call Encore.setManifestKeyPrefix() to choose what path (e.g. /build/) to use when building your manifest keys. This is happening because you passed an absolute URL to setPublicPath().');
50
+
thrownewError('Cannot determine how to prefix the keys in manifest.json. Call Encore.setManifestKeyPrefix() to choose what path (e.g. build/) to use when building your manifest keys. This is happening because you passed an absolute URL to setPublicPath().');
51
51
}
52
52
53
53
if(!this.webpackConfig.manifestKeyPrefix){
@@ -68,7 +68,7 @@ class Validator {
68
68
* For that reason, we force you to choose your manifestKeyPrefix().
thrownewError(`Cannot determine how to prefix the keys in manifest.json. Call Encore.setManifestKeyPrefix() to choose what path (e.g. ${suggestion}) to use when building your manifest keys. This is caused by setOutputPath() and setPublicPath() containing paths that don't seem compatible.`);
0 commit comments