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:
parent
8523d325c6
commit
1647105928
3 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ module.exports = function(config) {
|
||||||
loaders: [
|
loaders: [
|
||||||
{
|
{
|
||||||
test: /\.js$/,
|
test: /\.js$/,
|
||||||
exclude: /node_modules\/(?!(marks)\/).*/,
|
exclude: /node_modules\/(?!(marks-pane)\/).*/,
|
||||||
loader: "babel-loader",
|
loader: "babel-loader",
|
||||||
query: {
|
query: {
|
||||||
presets: ['es2015'],
|
presets: ['es2015'],
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "epubjs",
|
"name": "epubjs",
|
||||||
"version": "0.3.28",
|
"version": "0.3.29",
|
||||||
"description": "Parse and Render Epubs",
|
"description": "Parse and Render Epubs",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "src/index.js",
|
"module": "src/index.js",
|
||||||
|
|
|
@ -44,7 +44,7 @@ module.exports = {
|
||||||
loaders: [
|
loaders: [
|
||||||
{
|
{
|
||||||
test: /\.js$/,
|
test: /\.js$/,
|
||||||
exclude: /node_modules\/(?!(marks)\/).*/,
|
exclude: /node_modules\/(?!(marks-pane)\/).*/,
|
||||||
loader: "babel-loader",
|
loader: "babel-loader",
|
||||||
query: LEGACY ? {
|
query: LEGACY ? {
|
||||||
presets: ['es2015'],
|
presets: ['es2015'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue