[COMPASS-5724] Find a way to remove special webpack export from plugins Created: 12/Apr/22 Updated: 29/Oct/23 Resolved: 26/Apr/22 |
|
| Status: | Closed |
| Project: | Compass |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | No version |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Sergey Petushkov | Assignee: | Sergey Petushkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Documentation Changes: | Not Needed | ||||||||
| Description |
|
We use the exports.webpack export path as a way to allow us bundling Compass from source, at the same time it creates some issues for teams that depend on plugins in their applications. We should investigate a way to remove this exports.webpack export from plugins package.json. One option can be using mainFields and exportsFields in our webpack configuration |
| Comments |
| Comment by Githook User [ 20/Apr/22 ] |
|
Author: {'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}Message: chore(webpack-config-compass): Replace exports.webpack with custom exports key
`exports.webpack` helped us bundle Compass from source, but at the same time Using custom main and exports keys completely avoids the issue as these will
|
| Comment by Githook User [ 19/Apr/22 ] |
|
Author: {'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}Message: chore(webpack-config-compass): Replace exports.webpack with custom exports key
`exports.webpack` helped us bundle Compass from source, but at the same time Using custom main and exports keys completely avoids the issue as these will
|
| Comment by Githook User [ 19/Apr/22 ] |
|
Author: {'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}Message: chore(webpack-config-compass): Replace exports.webpack with custom exports key
`exports.webpack` helped us bundle Compass from source, but at the same time Using custom main and exports keys completely avoids the issue as these will
|
| Comment by Githook User [ 19/Apr/22 ] |
|
Author: {'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}Message: chore(webpack-config-compass): Replace exports.webpack with custom exports key
`exports.webpack` helped us bundle Compass from source, but at the same time Using custom main and exports keys completely avoids the issue as these will
|
| Comment by Githook User [ 14/Apr/22 ] |
|
Author: {'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}Message: chore(webpack-config-compass): Replace exports.webpack with custom exports key
`exports.webpack` helped us bundle Compass from source, but at the same time Using custom main and exports keys completely avoids the issue as these will
|
| Comment by Githook User [ 14/Apr/22 ] |
|
Author: {'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}Message: chore(webpack-config-compass): Replace exports.webpack with custom exports key
`exports.webpack` helped us bundle Compass from source, but at the same time Using custom main and exports keys completely avoids the issue as these will
|
| Comment by Githook User [ 14/Apr/22 ] |
|
Author: {'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}Message: chore(webpack-config-compass): Replace exports.webpack with custom exports key
`exports.webpack` helped us bundle Compass from source, but at the same time Using custom main and exports keys completely avoids the issue as these will
|
| Comment by Githook User [ 14/Apr/22 ] |
|
Author: {'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}Message: chore(webpack-config-compass): Replace exports.webpack with custom exports key
`exports.webpack` helped us bundle Compass from source, but at the same time Using custom main and exports keys completely avoids the issue as these will
|
| Comment by Githook User [ 14/Apr/22 ] |
|
Author: {'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}Message: chore(webpack-config-compass): Replace exports.webpack with custom exports key
`exports.webpack` helped us bundle Compass from source, but at the same time Using custom main and exports keys completely avoids the issue as these will
|
| Comment by Githook User [ 14/Apr/22 ] |
|
Author: {'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}Message: chore(webpack-config-compass): Replace exports.webpack with custom exports key
`exports.webpack` helped us bundle Compass from source, but at the same time Using custom main and exports keys completely avoids the issue as these will
|
| Comment by Githook User [ 14/Apr/22 ] |
|
Author: {'name': 'Sergey Petushkov', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}Message: Merge branch 'main' into compass-5724-replace-exports-webpack-with-custom-exports-key |