Skip to content

Commit

Permalink
fix: adjust module require path
Browse files Browse the repository at this point in the history
  • Loading branch information
e-cloud committed Jul 5, 2016
1 parent 5f4515e commit 51ddb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.default.js
Expand Up @@ -12,7 +12,7 @@ const glob = require('glob')
const HtmlWebpackPlugin = require('html-webpack-plugin')
const ProgressBarPlugin = require('progress-bar-webpack-plugin')

const butil = require('../../util')
const butil = require('brickyard/lib/util')

module.exports = {
make: function (runtime, configFactory) {
Expand Down

0 comments on commit 51ddb6e

Please sign in to comment.