Skip to content

Commit

Permalink
bloc vscode v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Dec 28, 2019
1 parent fe0a7bf commit f451e25
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions extensions/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.1

Hotfix for `command 'extension.new-bloc' not found`

# 3.0.0

Update to support bloc `v3.0.0`
Expand Down
2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bloc",
"displayName": "bloc",
"description": "Support for the bloc library and provides tools for effectively creating blocs for both Flutter and AngularDart apps.",
"version": "3.0.0",
"version": "3.0.1",
"publisher": "FelixAngelov",
"bugs": {
"url": "https://github.com/felangel/bloc/issues",
Expand Down
4 changes: 2 additions & 2 deletions extensions/vscode/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const config = {

entry: './src/extension.ts', // the entry point of this extension, 📖 -> https://webpack.js.org/configuration/entry-context/
output: {
// the bundle is stored in the 'dist' folder (check package.json), 📖 -> https://webpack.js.org/configuration/output/
path: path.resolve(__dirname, 'dist'),
// the bundle is stored in the 'out' folder (check package.json), 📖 -> https://webpack.js.org/configuration/output/
path: path.resolve(__dirname, 'out'),
filename: 'extension.js',
libraryTarget: 'commonjs2',
devtoolModuleFilenameTemplate: '../[resource-path]'
Expand Down

0 comments on commit f451e25

Please sign in to comment.