Skip to content

Conversation

@willsmythe
Copy link
Contributor

  1. Updated NPM scripts commands:

    • build (runs webpack in "production" node and packages the extension with a rev'ed version). Note: the follows webpack's lead ("production" is the default mode if not specified)
    • build:dev (same as build, except runs webpack in "development" mode)
    • package-extension (assumes build has already been run and just packages the extension)
    • publish-extension (assumes build has already been run and publishes the extension)
  2. Added Azure Pipelines YAML configs

  3. Dropped overview.md (replaced with README.md)

  4. Replace "cpx" with a webpack plugin (this simplifies the NPM script, avoids pulling in the cpx module which has a lot of dependencies)

  5. Dropped the basically empty "prod" and "dev" webpack config .js files and just call webpack with --mode development (or --mode production)

@willsmythe willsmythe force-pushed the users/wismythe/script-updates branch from 00d99c5 to 0336fbf Compare October 24, 2018 20:54
Add azure-pipelines.yml

Add updated package-lock.json

Fix pipelines

fix webpack:

revert file

2

Rename extension.json to azure-devops-extension.json

Restore overview; update icon

Update package-lock.json
@willsmythe willsmythe force-pushed the users/wismythe/script-updates branch from 1b42d47 to ecfaf87 Compare October 24, 2018 21:30
@willsmythe willsmythe merged commit 7f0c62f into master Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants