@abcnews/aunty 13.2.0 → 13.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abcnews/aunty",
3
- "version": "13.2.0",
3
+ "version": "13.2.1",
4
4
  "description": "A toolkit for working with ABC News projects",
5
5
  "repository": "abcnews/aunty",
6
6
  "license": "MIT",
@@ -232,7 +232,9 @@ function createWebpackConfig({ isModernJS } = {}) {
232
232
  },
233
233
  plugins: [
234
234
  new EnvironmentPlugin(Object.keys(process.env)),
235
- new Dotenv(),
235
+ new Dotenv({
236
+ safe: true
237
+ }),
236
238
  hasTS
237
239
  ? new ForkTsCheckerWebpackPlugin({
238
240
  logger: { infrastructure: 'silent', issues: 'silent' },