Skip to content

Commit

Permalink
chore: add webpack export type check (go-gitea#21857)
Browse files Browse the repository at this point in the history
add webpack export type check

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
  • Loading branch information
2 people authored and fsologureng committed Nov 22, 2022
1 parent 003ad30 commit 92697c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const filterCssImport = (url, ...args) => {
return true;
};

/** @type {import("webpack").Configuration} */
export default {
mode: isProduction ? 'production' : 'development',
entry: {
Expand Down

0 comments on commit 92697c8

Please sign in to comment.