Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
fix(docs): fix generating docs for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSharpieOne committed Aug 3, 2017
1 parent 84c74d9 commit 687f454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.dev.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var path = require('path');
var webpack = require('webpack');
var StaticSiteGeneratorPlugin = require('static-site-generator-webpack-plugin');
var env = process.env.WEBPACK_BUILD || 'development';
var env = process.env.NODE_ENV || 'development';

var CleanWebpackPlugin = require('clean-webpack-plugin');
var CopyWebpackPlugin = require('copy-webpack-plugin');
Expand Down

0 comments on commit 687f454

Please sign in to comment.