Skip to content

Commit

Permalink
build release 1.1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
dmca-glasgow committed Feb 15, 2022
1 parent 2005447 commit c9f177a
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 132 deletions.
2 changes: 1 addition & 1 deletion compiler/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const __dirname = new URL('.', import.meta.url).pathname;
const buildPath = path.join(__dirname, 'build')
const pkg = JSON.parse(await fs.promises.readFile(path.join(buildPath, 'package.json'), 'utf-8'));

const VERSION = '1.1.37'
const VERSION = '1.1.38'

export default {
target: ['node', 'es2020'],
Expand Down
Loading

0 comments on commit c9f177a

Please sign in to comment.