mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
feat: add variable and expression support to serve props (#895)
* feat: add variable and expression support to serve props * chore: hide behind flag PP_EXPRESSIONS * fix: don't use variable expansion * fix: match variable struct exactly * chore: remove flags option from cl
This commit is contained in:
@@ -24,7 +24,7 @@ const cfg = ({ srcDir, distDir, dev = false, serveConfig = {} }) => {
|
||||
eHub: [path.resolve(srcDir, 'eHub')],
|
||||
fixtures: [path.resolve(__dirname, './fixtures.js')],
|
||||
},
|
||||
devtool: dev ? 'eval-cheap-module-source-map' : false,
|
||||
devtool: dev ? 'source-map' : false,
|
||||
output: {
|
||||
path: distDir,
|
||||
filename: '[name].js',
|
||||
|
||||
Reference in New Issue
Block a user