Skip to content

Commit

Permalink
Merge pull request #60 from ronichoudhury-work/simplify-build
Browse files Browse the repository at this point in the history
Omit "native directory" from webpack config
  • Loading branch information
Roni Choudhury authored Mar 13, 2017
2 parents 296af47 + 1c6a75c commit 5a34cbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webpack.helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ function generateColorTable (dir) {

module.exports = function (config, data) {
var pluginSourceDir = path.resolve(data.pluginDir, 'web_external');
var nativeSourceDir = /resonantlab\/web_external/;
var dataTablesDir = /node_modules\/datatables-all/;

var sourceDirs = [pluginSourceDir, nativeSourceDir];
var sourceDirs = [pluginSourceDir];

config.module = config.module || {};
config.module.loaders = [
Expand Down

0 comments on commit 5a34cbb

Please sign in to comment.