1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:21:18 -04:00

revert running percy checks on dependabot PRs (302a88d6ff)

This commit is contained in:
2021-11-02 15:40:35 -04:00
parent 2337a0dcce
commit df85dfdb04
3 changed files with 33 additions and 26 deletions

View File

@@ -27,11 +27,11 @@ export default {
path: path.resolve(__dirname, "static/assets/"),
publicPath: "/assets/",
clean: true,
crossOriginLoading: "anonymous",
environment: {
// https://github.com/babel/babel-loader#top-level-function-iife-is-still-arrow-on-webpack-5
arrowFunction: false,
},
devtoolModuleFilenameTemplate: "webpack:///[resource-path]?[loaders]",
},
plugins: [
new MiniCssExtractPlugin({
@@ -39,7 +39,7 @@ export default {
}),
new webpack.BannerPlugin({
banner: `@license MIT <https://opensource.org/licenses/MIT>
@copyright (c) 2017-${new Date().getFullYear()} Jake Jarvis <https://jarv.is/>`,
@copyright (c) 2015-${new Date().getFullYear()} Jake Jarvis <https://jarv.is/>`,
}),
new CopyPlugin({
patterns: [