File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 */
66 // COPY THIS FILE TO node_modules/@labkey /build/webpack/dev.config.js
77const lkModule = process . env . LK_MODULE ;
8- const entryPoints = require ( '../../../.. /src/client/entryPoints' ) ;
9- const constants = require ( './constants' ) ;
8+ const entryPoints = require ( './src/client/entryPoints' ) ;
9+ const constants = require ( './node_modules/@labkey/build/webpack/ constants' ) ;
1010const webpack = require ( 'webpack' ) ;
1111const NodePolyfillPlugin = require ( "node-polyfill-webpack-plugin" )
1212
Original file line number Diff line number Diff line change 66 "setup" : " npm ci" ,
77 "build" : " npm run build-dev" ,
88 "start" : " cross-env NODE_ENV=development LK_MODULE_CONTAINER=DiscvrLabKeyModules LK_MODULE=jbrowse webpack-dev-server --config node_modules/@labkey/build/webpack/watch.config.js" ,
9- "build-dev" : " npm run clean && cross-env NODE_ENV=development LK_MODULE_CONTAINER=DiscvrLabKeyModules LK_MODULE=jbrowse webpack --config node_modules/@labkey/build/webpack/ dev.config.js --progress --profile" ,
9+ "build-dev" : " npm run clean && cross-env NODE_ENV=development LK_MODULE_CONTAINER=DiscvrLabKeyModules LK_MODULE=jbrowse webpack --config dev.config.js --progress --profile" ,
1010 "build-prod" : " npm run clean && cross-env NODE_ENV=production PROD_SOURCE_MAP=source-map LK_MODULE_CONTAINER=DiscvrLabKeyModules LK_MODULE=jbrowse webpack --config node_modules/@labkey/build/webpack/prod.config.js --progress --profile --colors" ,
1111 "clean" : " rimraf resources/web/jbrowse/gen && rimraf resources/views/gen && rimraf resources/views/browser*" ,
1212 "test" : " cross-env NODE_ENV=test jest"
You can’t perform that action at this time.
0 commit comments