Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting an error saying "window is not defined" #1

Open
thidasapankaja opened this issue Mar 24, 2019 · 0 comments
Open

Getting an error saying "window is not defined" #1

thidasapankaja opened this issue Mar 24, 2019 · 0 comments

Comments

@thidasapankaja
Copy link

thidasapankaja commented Mar 24, 2019

I tried to integrate this to existing nextjs (none gatsby ) application. I'm getting an error saying ReferenceError: window is not defined

This is the full log of what I'm getting in the console

warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/ru.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989z" fill="#F5F5F5"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/om.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989z" fill="#F5F5F5"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/si.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989z" fill="#F5F5F5"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/in.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989z" fill="#FAB446"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/sd.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/nl.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/iq.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/gh.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/eg.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/hu.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/lu.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/sy.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/py.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/ve.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989z" fill="#FFE15A"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/sv.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989zm-8.829 223.632H8.828A8.829 8.829 0 0 1 0 326.896V223.908h512v102.988a8.828 8.828 0 0 1-8.828 8.828z" fill="#41479B"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/ni.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989zm-8.829 223.632H8.828A8.829 8.829 0 0 1 0 326.896V223.908h512v102.988a8.828 8.828 0 0 1-8.828 8.828z" fill="#41479B"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/hn.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989zm-8.829 223.632H8.828A8.829 8.829 0 0 1 0 326.896V223.908h512v102.988a8.828 8.828 0 0 1-8.828 8.828z" fill="#4173CD"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/bs.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989zm-8.829 223.632H8.828A8.829 8.829 0 0 1 0 326.896V223.908h512v102.988a8.828 8.828 0 0 1-8.828 8.828z" fill="#82AFFF"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/ar.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989zm-8.829 223.632H8.828A8.829 8.829 0 0 1 0 326.896V223.908h512v102.988a8.828 8.828 0 0 1-8.828 8.828z" fill="#82AFFF"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/at.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989zm-8.829 223.632H8.828A8.829 8.829 0 0 1 0 326.896V223.908h512v102.988a8.828 8.828 0 0 1-8.828 8.828z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/ae.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.092H158.897V.276h344.276a8.829 8.829 0 0 1 8.828 8.828v102.988z" fill="#73AF00"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/ss.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.093H0V9.104A8.829 8.829 0 0 1 8.828.276h494.345a8.829 8.829 0 0 1 8.828 8.828v102.989z" fill="#464655"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/ir.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 112.094H0V9.106A8.829 8.829 0 0 1 8.828.278h494.345a8.829 8.829 0 0 1 8.828 8.828v102.988z" fill="#73AF00"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/bj.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 168.003H0V9.107A8.829 8.829 0 0 1 8.828.279h494.345a8.829 8.829 0 0 1 8.828 8.828v158.896z" fill="#FFE15A"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/li.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 168H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828V168z" fill="#41479B"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/ht.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 168H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828V168z" fill="#4173CD"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/er.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 168H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828V168z" fill="#73AF00"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/id.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 168H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828V168z" fill="#C8414B"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/sm.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 168H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828V168z" fill="#F5F5F5"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/cl.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 168H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828V168z" fill="#F5F5F5"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/gl.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 168H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828V168z" fill="#F5F5F5"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/sg.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 168H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828V168z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/mc.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 168H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828V168z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/gw.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 168H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828V168z" fill="#FFE15A"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/rw.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 168H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828V168zM0 168h512v158.897a8.829 8.829 0 0 1-8.828 8.828H8.828A8.829 8.829 0 0 1 0 326.897V168z" fill="#4173CD"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/ao.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 168H0V9.104A8.829 8.829 0 0 1 8.828.276h494.345a8.829 8.829 0 0 1 8.828 8.828V168z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/bf.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 168H0V9.104A8.829 8.829 0 0 1 8.828.276h494.345a8.829 8.829 0 0 1 8.828 8.828V168z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/my.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 24.236H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v15.133z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/ec.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 251.862H0v75.034a8.829 8.829 0 0 0 8.828 8.828h494.345a8.829 8.829 0 0 0 8.828-8.828v-75.034z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/co.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 251.862H0v75.034a8.829 8.829 0 0 0 8.828 8.828h494.345a8.829 8.829 0 0 0 8.828-8.828v-75.034z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/lr.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 30.771H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v21.668z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/bz.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 35.586H0V9.104A8.829 8.829 0 0 1 8.828.276h494.345a8.829 8.829 0 0 1 8.828 8.828v26.482zM0 300.414h512v26.483a8.829 8.829 0 0 1-8.828 8.828H8.828A8.829 8.829 0 0 1 0 326.897v-26.483z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/zw.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 48.198H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v39.095z" fill="#73AF00"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/ug.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 56.184H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v47.081z" fill="#464655"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/pr.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 67.366H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v58.263z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/tg.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 67.366H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v58.263zM0 134.455h512v67.09H0z" fill="#73AF00"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/cu.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 67.366H0V9.104A8.829 8.829 0 0 1 8.828.276h494.345a8.829 8.829 0 0 1 8.828 8.828v58.262zm-8.829 268.358H8.828A8.829 8.829 0 0 1 0 326.896v-58.262h512v58.262a8.828 8.828 0 0 1-8.828 8.828z" fill="#41479B"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/la.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 70.897H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v61.794zm-8.829 264.827H8.828A8.829 8.829 0 0 1 0 326.896v-61.793h512v61.793a8.828 8.828 0 0 1-8.828 8.828z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/lb.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 70.897H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v61.794zm-8.829 264.827H8.828A8.829 8.829 0 0 1 0 326.896v-61.793h512v61.793a8.828 8.828 0 0 1-8.828 8.828z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/mu.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M512.001 84.138H0V9.103A8.829 8.829 0 0 1 8.828.275h494.345a8.829 8.829 0 0 1 8.828 8.828v75.035z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/sc.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M8.828 335.724h494.345a8.829 8.829 0 0 0 8.828-8.828V223.907L4.85 334.664c1.209.624 2.523 1.06 3.978 1.06z" fill="#73AF00"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/es.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M8.828 335.724h494.345a8.829 8.829 0 0 0 8.828-8.828V9.103a8.829 8.829 0 0 0-8.828-8.828H8.828A8.83 8.83 0 0 0 0 9.103v317.793a8.828 8.828 0 0 0 8.828 8.828z" fill="#C8414B"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/sx.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M8.828.276h494.345a8.829 8.829 0 0 1 8.828 8.828V168H0V9.103A8.828 8.828 0 0 1 8.828.276z" fill="#FF4B55"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/km.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path d="M8.828.276h494.345a8.829 8.829 0 0 1 8.828 8.828v75.034H0V9.104A8.829 8.829 0 0 1 8.828.276z" fill="#FFE15A"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/za.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path fill="#464655" d="M0 62.069v211.862L141.241 168z"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/me.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path fill="#C8414B" d="M17.655 17.931h476.69v300.138H17.655z"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/cr.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="512" height="336" viewBox="0 0 512 336" xmlns="http://www.w3.org/2000/svg">
|   <g fill="none">
|     <path fill="#FF4B55" d="M0 115.035h511.999v105.931H0z"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

 warning  in ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags/th.svg

Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <svg width="514" height="334" viewBox="0 0 514 334" xmlns="http://www.w3.org/2000/svg">
|   <g stroke="#000" fill="none">
|     <path fill="#A51931" d="M1 1h512v57H1z"/>

 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/flags sync ^\.\/.*\.svg$
 @ ./node_modules/@front10/landing-page-book/node_modules/react-flags-select/es/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/LanguageSwitcher.js
 @ ./node_modules/@front10/landing-page-book/dist/components/LanguageSwitcher/index.js
 @ ./node_modules/@front10/landing-page-book/dist/components/index.js
 @ ./app/pages/landingPage.js
 @ ./app/pages/index.js
 @ multi ./pages/index.js

ReferenceError: window is not defined
    at Object.<anonymous> (/home/pankaja/Documents/Projects/React/NEXTjs/next-express/node_modules/@front10/landing-page-book/node_modules/react-gif-player/dist/gifplayer.js:10:4)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/home/pankaja/Documents/Projects/React/NEXTjs/next-express/node_modules/@front10/landing-page-book/dist/components/Gif/Gif.js:17:23)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)
ReferenceError: window is not defined
    at Object.<anonymous> (/home/pankaja/Documents/Projects/React/NEXTjs/next-express/node_modules/@front10/landing-page-book/node_modules/react-gif-player/dist/gifplayer.js:10:4)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/home/pankaja/Documents/Projects/React/NEXTjs/next-express/node_modules/@front10/landing-page-book/dist/components/Gif/Gif.js:17:23)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)

How can I fix this and use this in an existing nextjs application ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant