feat(listviews): SIP-34 Bulk Select (#10298)

This commit is contained in:
ʈᵃᵢ
2020-07-16 16:07:49 -07:00
committed by GitHub
parent 2b061fc64b
commit 0eee6785a8
18 changed files with 592 additions and 288 deletions

View File

@@ -214,6 +214,7 @@ const config = {
'react-dom': '@hot-loader/react-dom',
stylesheets: path.resolve(APP_DIR, './stylesheets'),
images: path.resolve(APP_DIR, './images'),
spec: path.resolve(APP_DIR, './spec'),
},
extensions: ['.ts', '.tsx', '.js', '.jsx'],
symlinks: false,