Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
F Fix Development
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYFan committed Jul 21, 2022
1 parent c7aef2f commit 26cae1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cw.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { BundleAnalyzerPlugin } from 'webpack-bundle-analyzer';
import TerserPlugin from 'terser-webpack-plugin';
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
const development = 1
const development = 0
export default {
entry: './main/entry.js',
optimization: {
Expand Down

0 comments on commit 26cae1e

Please sign in to comment.