Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 37dd661

Browse files
authored
fix-next: add global process variable (#642)
It was removed (probably accidentally) in #634.
1 parent a40dcb7 commit 37dd661

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/webpack.angular.js

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ module.exports = env => {
203203
// Define useful constants like TNS_WEBPACK
204204
new webpack.DefinePlugin({
205205
"global.TNS_WEBPACK": "true",
206+
"process": undefined,
206207
}),
207208
// Remove all files from the out dir.
208209
new CleanWebpackPlugin([`${dist}/**/*`]),

0 commit comments

Comments
 (0)