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

Commit e0820ac

Browse files
authored
Merge pull request #442 from infacq/patch-1
Path duplicate declaration within webpack config.
2 parents 5b9105c + 9a2f0b1 commit e0820ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack/prod.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ require('dotenv').load();
22

33
var path = require('path');
44
var ExtractTextPlugin = require('extract-text-webpack-plugin');
5-
var path = require('path');
65
var webpack = require('webpack');
76
var CleanPlugin = require('clean-webpack-plugin');
87
var IsomorphicPlugin = require('webpack-isomorphic-tools/plugin')

0 commit comments

Comments
 (0)