fix: Pass through copy for jquery
This commit is contained in:
parent
b79edd4858
commit
4a347b821e
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ module.exports = function (eleventyConfig) {
|
|||
eleventyConfig.addPassthroughCopy("vendor");
|
||||
eleventyConfig.addPassthroughCopy({"node_modules/bootstrap-icons": "vendor/bootstrap-icons"});
|
||||
eleventyConfig.addPassthroughCopy({
|
||||
"node_modules/jquery/dist/jquery.min.js": "vendor",
|
||||
"node_modules/jquery/dist/jquery.min.map": "vendor"
|
||||
"node_modules/jquery/dist/jquery.min.js": "vendor/jquery.min.js",
|
||||
"node_modules/jquery/dist/jquery.min.map": "vendor/jquery.min.map"
|
||||
});
|
||||
// eleventyConfig.addPassthroughCopy({"node_modules/normalize.css/normalize.css": "vendor/normalize.css"});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue