Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Feb 14, 2018
1 parent 62843f0 commit 96e998b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
var path = require('path');
var webpack = require('webpack');
var HtmlWebpackPlugin = require('html-webpack-plugin');
var stylusLoader = require('stylus-loader');
var nib = require('nib');
const path = require('path');
const webpack = require('webpack');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const stylusLoader = require('stylus-loader');
const nib = require('nib');

module.exports = {
devtool: 'source-map',
devtool: 'cheap-module-eval-source-map',
entry: path.resolve(__dirname, 'index.jsx'),
output: {
path: path.join(__dirname, '../docs'),
Expand Down

0 comments on commit 96e998b

Please sign in to comment.