Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change web start.js to take absolute path #69

Closed
L0wry opened this issue Nov 21, 2017 · 1 comment
Closed

change web start.js to take absolute path #69

L0wry opened this issue Nov 21, 2017 · 1 comment

Comments

@L0wry
Copy link
Contributor

L0wry commented Nov 21, 2017

swap


const directory = program.buildDir ? program.buildDir : ".fructose";
const upperConfig = require( `../../../../../../${directory}/webpack.config.js`);// eslin

for
const upperConfig = require( ${directory}/webpack.config.js);

and fix broken things

@L0wry
Copy link
Contributor Author

L0wry commented Apr 24, 2018

solved

@L0wry L0wry closed this as completed Apr 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant