Skip to content

Commit e1907d6

Browse files
committed
Merge pull request auth0-blog#20 from xtrasmal/patch-1
Update webpack.config.js
2 parents 80d19e6 + fa66232 commit e1907d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ var webpack = require('webpack');
22
var HtmlWebpackPlugin = require("html-webpack-plugin");
33
var path = require('path');
44
var sliceArgs = Function.prototype.call.bind(Array.prototype.slice);
5-
var path = require('path');
65

76
module.exports = {
87
devtool: 'source-map',

0 commit comments

Comments
 (0)