We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 872284f + 18380c8 commit d37b0ecCopy full SHA for d37b0ec
packages/tdb-dashboard/webpack_dev.config.js
@@ -2,7 +2,7 @@ const path = require('path')
2
const webpack = require('webpack')
3
const Dotenv = require('dotenv-webpack')
4
const HtmlWebPackPlugin = require("html-webpack-plugin");
5
-module.exports = {
+module.exports = (env, argv) => ({
6
mode: 'development',
7
context: __dirname,
8
//devtool: 'inline-source-map',
@@ -115,7 +115,7 @@ module.exports = {
115
}
116
]
117
118
-}
+})
119
120
/*"@terminusdb/terminusdb-react-components": path.resolve('../../../terminusdb-react-components/src/index.js'),*/
121
0 commit comments