Skip to content
Snippets Groups Projects
Commit 5fcdcb12 authored by Alexander Rose's avatar Alexander Rose
Browse files

webpack.config cleanup, package updates

parent 4635bdff
Branches
Tags
No related merge requests found
......@@ -143,7 +143,7 @@ To get syntax highlighting for shader and graphql files add the following to Vis
## Deploy
npm run test
NODE_ENV=production npm run build
npm run build
node ./scripts/deploy.js # currently updates the viewer on molstar.org/viewer
## Contributing
......
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
......@@ -37,7 +37,6 @@ const sharedConfig = {
}),
new webpack.DefinePlugin({
__PLUGIN_VERSION_TIMESTAMP__: webpack.DefinePlugin.runtimeValue(() => `${new Date().valueOf()}`, true),
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV),
'process.env.DEBUG': JSON.stringify(process.env.DEBUG)
}),
new MiniCssExtractPlugin({ filename: 'app.css' })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment