Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/index.ejs
|
@ -64,7 +64,7 @@ |
|
|
<script> |
|
|
<script> |
|
|
<% if (htmlWebpackPlugin.options.nodeModules) { %> |
|
|
<% if (htmlWebpackPlugin.options.nodeModules) { %> |
|
|
require('module').globalPaths.push( |
|
|
require('module').globalPaths.push( |
|
|
'<%= htmlWebpackPlugin.options.nodeModules %>'.replace(/\\/g, '\\\\'), |
|
|
'<%= htmlWebpackPlugin.options.nodeModules.replace(/\\/g, "\\\\") %>', |
|
|
) |
|
|
) |
|
|
<% } %> |
|
|
<% } %> |
|
|
require('source-map-support/source-map-support.js').install() |
|
|
require('source-map-support/source-map-support.js').install() |
|
|