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

Commit

Permalink
Merge pull request #31 from narqo/patch-1
Browse files Browse the repository at this point in the history
Fix typo in webpack.config.js
  • Loading branch information
tj committed Jan 6, 2016
2 parents 03a5cd4 + fd9086d commit bbb211d
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 bbb211d

Please sign in to comment.