We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3530f4 commit 48bb6cfCopy full SHA for 48bb6cf
config/webpack.config.dev.js
@@ -158,7 +158,7 @@ module.exports = {
158
// resources linked with <link href="./relative/path"> HTML tags.
159
{
160
test: /\.html$/,
161
- loader: 'html',
+ loader: 'html?interpolate=require',
162
query: {
163
attrs: ['link:href'],
164
}
config/webpack.config.prod.js
@@ -168,7 +168,7 @@ module.exports = {
168
169
170
171
172
173
174
0 commit comments