We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fff649 commit bedc502Copy full SHA for bedc502
CHANGES.rst
@@ -1,6 +1,19 @@
1
Changelog
2
=========
3
4
+1.1.0 (Unreleased)
5
+------------------
6
+
7
+- The base loader plugin handler will also generate a modname prefixed
8
+ with ``./``, in an attempt to provide a more natural include mechanism
9
+ from within certain webpack loader contexts, as a number of them will
10
+ implicitly resolve by relative path for a bare import, and the goal is
11
+ to avoid further proprietary webpack syntaxes (e.g. the usage of the
12
+ ``~`` prefixes to some ``namespace/package`` import/inclusions done
13
+ inside the loader context). [
14
+ `#4 <https://github.com/calmjs/calmjs.webpack/issues/4>`_
15
+ ]
16
17
1.0.2 (2018-05-24)
18
------------------
19
0 commit comments