Skip to content

Commit

Permalink
removed safe flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmesh-hemaram committed Aug 24, 2024
1 parent b811917 commit a72aec9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/acf-extension/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ module.exports = composePlugins(withNx(), (config, ctx) => {
config.plugins.push(
new Dotenv({
path: config.watch ? path.resolve(config.context, '.env') : './.env',
safe: true,
systemvars: true,
}),
new BannerPlugin(fs.readFileSync('./LICENSE', 'utf8'))
Expand Down

0 comments on commit a72aec9

Please sign in to comment.