Skip to content

@vanilla-extract/webpack-plugin@2.3.7

Compare
Choose a tag to compare
@vanilla-extract-ci vanilla-extract-ci released this 09 Mar 06:12
· 70 commits to master since this release
4a54c17

Patch Changes

  • #1333 6ac9f66 Thanks @askoufis! - Use a more accurate regex for detecting webpack template strings in paths

    We now use a modified version of the regex from the webpack source code to detect template strings in paths.
    As long as the path isn't already escaped, we should detect it.