mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
feat(cli-serve): add option to inject script and stylesheet (#195)
This commit is contained in:
@@ -40,6 +40,7 @@ module.exports = async ({
|
||||
srcDir,
|
||||
distDir,
|
||||
dev: true,
|
||||
serveConfig,
|
||||
});
|
||||
} else {
|
||||
const webpackConfig = require('./webpack.prod.js');
|
||||
@@ -47,6 +48,7 @@ module.exports = async ({
|
||||
contentBase = srcDir;
|
||||
config = webpackConfig({
|
||||
srcDir,
|
||||
serveConfig,
|
||||
});
|
||||
}
|
||||
const options = {
|
||||
|
||||
Reference in New Issue
Block a user