1.0.2 • Published 2 years ago
@smartsheet-bridge/extensionrc-standard v1.0.2
@smartsheet-bridge/extensionrc-standard
Shareable configuration file for standard JavaScript and TypeScript extensions using Bridge by Smartsheet tooling.
This configuration is installed by default with @smartsheet-bridge/extension-scripts.
Usage
Why do I need this?
This sharable configuration file defines a basic config for @smartsheet-bridge/extension-scripts.
How do I use this?
By default, this comes installed as part of @smartsheet-bridge/extension-scripts so there's no need to install this manually.
How do I extend this?
- Extend it in your
package.json
or in a separate configuration file.
// package.json
{
//...
"extension": {
"extends": "@smartsheet-bridge/extensionrc-standard"
}
}
What is included?
This package exports a configuration object that can be extended and read by @smartsheet-bridge/extension-scripts
to help development of Bridge by Smartsheet extensions. It exports the following object.
{
build: {
src: 'src',
exclude: [
'**/.*',
'**/*.log',
'**/*.{spec,test}.{js,ts}',
'src/**',
'node_modules/**',
'{test,tests,mock,mocks,__test__,__tests__,__mock__,__mocks__}/**',
],
},
upload: { specFile: 'extension.json' },
}
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
1.0.0-beta.2
2 years ago
1.0.0-beta.1
3 years ago
0.1.0
3 years ago
0.1.0-beta.2
3 years ago
0.1.0-beta.1
3 years ago