Skip to content
Snippets Groups Projects
Commit 26d7f907 authored by john's avatar john
Browse files

compile substance with webpack

parent 5fbddd4e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ const fs = require('fs')
var babelIncludes = [
new RegExp(path.join(__dirname, '../node_modules/pubsweet-frontend/src')),
new RegExp(path.join(__dirname, '../app')),
new RegExp(path.join(__dirname, '../node_modules/pubsweet-.*'))
new RegExp(path.join(__dirname, '../node_modules/pubsweet-.*')),
new RegExp(path.join(__dirname, '../node_modules/substance'))
]
let componentsDir = path.resolve(__dirname, '..', 'node_modules')
......
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