Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit a7b6ad8

Browse files
authored
Merge pull request #3 from garrensweet/master
Forcing the index.js file to 'use strict'
2 parents 8fe9f59 + 9a886ca commit a7b6ad8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use strict";
2+
13
const gulpUtil = require('gulp-util');
24
const InlineEnviromentVariablesPlugin = require('inline-environment-variables-webpack-plugin');
35

0 commit comments

Comments
 (0)