You've already forked serverless-webpack
mirror of
https://github.com/encounter/serverless-webpack.git
synced 2026-03-30 11:37:58 -07:00
fb396fa50f
Added webpack state variable paragraph to readme Added unit test for isLocal default value Add new webpack lib object that contains states relevant for the config.
9 lines
88 B
JavaScript
9 lines
88 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
entries: {},
|
|
webpack: {
|
|
isLocal: false
|
|
}
|
|
};
|