Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

Commit

Permalink
Fix typo in webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Varankin committed Jan 6, 2016
1 parent 03a5cd4 commit fd9086d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var rucksack = require('rucksack-css')
var webpack = require('webpack')
var path = path = require('path')
var path = require('path')

module.exports = {
context: path.join(__dirname, './client'),
Expand Down

0 comments on commit fd9086d

Please sign in to comment.