Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed files
  • Loading branch information
eightants committed Feb 21, 2021
commit e52ba21cef08b2a2c33a794e49223544a325e8b4
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 13.x
node-version: 14.15.4
registry-url: https://registry.npmjs.org
- name: Install
run: yarn install
Expand Down
6 changes: 3 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ module.exports = {
extensions: ['.js', '.ts', '.tsx'],
modules: [path.resolve(__dirname, 'src'), 'node_modules'],
// NOTE: Only uncomment for experimenting with rrweb-snapshot.
alias: {
'rrweb-snapshot': path.resolve(__dirname, '../rrweb-snapshot/dist'),
},
// alias: {
// 'rrweb-snapshot': path.resolve(__dirname, '../rrweb-snapshot/dist'),
// },
},
mode: 'development',
devtool: 'source-map',
Expand Down