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