zotoio/launchdarkly-nodeutils

View on GitHub
webpack.config.js

Summary

Maintainability
A
0 mins
Test Coverage
// webpack.config.js
const slsw = require('serverless-webpack');

module.exports = {
    entry: slsw.lib.entries,
    target: 'node'
};