mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-03 11:11:19 +00:00
11 lines
259 B
JavaScript
11 lines
259 B
JavaScript
|
// Generated using webpack-cli https://github.com/webpack/webpack-cli
|
||
|
|
||
|
const config = require('./webpack.config.js');
|
||
|
|
||
|
module.exports = () => {
|
||
|
const cfg = config();
|
||
|
cfg.output.filename = 'marine-js.web.js';
|
||
|
cfg.target = 'web';
|
||
|
return cfg;
|
||
|
};
|