mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2024-11-23 16:17:50 -05:00
10 lines
168 B
JavaScript
10 lines
168 B
JavaScript
|
module.exports = {
|
||
|
extends: 'scratch-semantic-release-config',
|
||
|
branches: [
|
||
|
{
|
||
|
name: 'main'
|
||
|
// default channel
|
||
|
}
|
||
|
]
|
||
|
};
|