Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Commit acba957

Browse files
committed
s/var/const/
1 parent c3e54b7 commit acba957

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
'use strict';
22

3-
var path = require('path');
4-
var externals = require('webpack-node-externals');
5-
var pkg = require('./package.json');
3+
const path = require('path');
4+
const externals = require('webpack-node-externals');
5+
const pkg = require('./package.json');
66

77
module.exports = {
88
entry: ['babel-polyfill', path.resolve(__dirname, pkg.main)],

0 commit comments

Comments
 (0)