mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
feat: give Cell more responsibility (#181)
This commit is contained in:
committed by
GitHub
parent
d446316169
commit
62553c35d1
@@ -15,8 +15,7 @@ const cfg = ({ srcDir, distDir, dev = false }) => {
|
||||
eDev: [path.resolve(srcDir, 'eDev')],
|
||||
eHub: [path.resolve(srcDir, 'eHub')],
|
||||
},
|
||||
// devtool: 'source-map',
|
||||
devtool: false,
|
||||
devtool: 'source-map',
|
||||
output: {
|
||||
path: distDir,
|
||||
filename: '[name].js',
|
||||
|
||||
Reference in New Issue
Block a user