Commit 4b880ff3 authored by Evan You's avatar Evan You

remove unnecessary isProd

parent 7c86f968
const ExtractTextPlugin = require('extract-text-webpack-plugin')
const isProd = process.env.NODE_ENV === 'production'
module.exports = {
loaders: {
stylus: ExtractTextPlugin.extract({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment