~joe-oampo/webglet/trunk

« back to all changes in this revision

Viewing changes to webpack.config.js

  • Committer: Joe Turner
  • Date: 2015-12-01 15:06:50 UTC
  • Revision ID: git-v1:17931a3b44c8d6e896fba7436c075e5a65726f1d
Remove unneeded require.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
var path = require('path');
2
2
 
3
 
var webpack = require('webpack');
4
 
 
5
3
var packageData = require('./package.json');
6
4
 
7
5
module.exports = {