1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00

Version bump to 0.3.29, fix webpack loader for marks-pane

This commit is contained in:
Fred Chasen 2017-05-02 10:16:13 -04:00
parent 8523d325c6
commit 1647105928
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ module.exports = {
loaders: [
{
test: /\.js$/,
exclude: /node_modules\/(?!(marks)\/).*/,
exclude: /node_modules\/(?!(marks-pane)\/).*/,
loader: "babel-loader",
query: LEGACY ? {
presets: ['es2015'],