Skip to content

Commit

Permalink
GH-1: Removed unused paths module import from dev-server config.
Browse files Browse the repository at this point in the history
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
  • Loading branch information
kittaakos committed Mar 3, 2017
1 parent 19de382 commit b133dbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/browser/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const webpack = require("webpack");
const paths = require("../../config/webpack/paths");

module.exports = require("../../config/webpack/webpack.config")(__dirname, {
devServer: {
Expand Down

0 comments on commit b133dbb

Please sign in to comment.