-
-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Description
In getContentBase(webpackConfig)
some validation is done against outputPath
and publicPath
.
I think this validation is checking too much and restricting use cases possible. Could we relax this to be a warning and not error?
My use case is:
Project with custom publishing strategy. Webpack is compiling into intermediate path which is then "published" to real publicPath
. As consequence I am facing the error thrown in line 52
I think the validation should not be affected by outputPath since this can (or shall we allow it?) be anything.
I have found some other issue #59 and its PR #66 that might be related to same problem.
Does all this makes sense?
Metadata
Metadata
Assignees
Labels
No labels