Skip to content

Commit bedc502

Browse files
committed
Changelog.
1 parent 2fff649 commit bedc502

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

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+
417
1.0.2 (2018-05-24)
518
------------------
619

0 commit comments

Comments
 (0)