mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
Remove passthroughcopy
Parcel handles this work
This commit is contained in:
parent
893d9a8319
commit
260949b792
@ -38,8 +38,6 @@ module.exports = function(config) {
|
||||
console.log(post);
|
||||
});
|
||||
|
||||
config.addPassthroughCopy({ 'assets/css/': 'assets/css/' });
|
||||
|
||||
config.addShortcode('definitionFlag', (flag) => {
|
||||
const cleanText = new Map([
|
||||
[
|
||||
@ -178,7 +176,6 @@ module.exports = function(config) {
|
||||
},
|
||||
templateFormats: ['njk', 'md'],
|
||||
htmlTemplateEngine: 'njk',
|
||||
markdownTemplateEngine: 'njk',
|
||||
passthroughFileCopy: true
|
||||
markdownTemplateEngine: 'njk'
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user